[VVP] updating validation scripts in dublin
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_contrail_instance_ip_resource_id / pass / pass0.yaml
@@ -1,5 +1,5 @@
 # -*- coding: utf8 -*-
-# ============LICENSE_START=======================================================
+# ============LICENSE_START====================================================
 # org.onap.vvp/validation-scripts
 # ===================================================================
 # Copyright © 2017 AT&T Intellectual Property. All rights reserved.
 #
 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
 #
+# VERSION: '1.0.0'
+
 ---
+#
+#(?P<vm_type>.+)_(?P<vm_type_index>\\d+)_int_(?P<network_role>.+)_vmi_(?P<vmi_index>\\d+)_v6_IP_(?P<index>\\d+)$
+#
+
 resources:
 
-  lb_1_int_intranet_port:
-        type: OS::Neutron::Port
-        properties:
-          network: { get_param: int_intranet_net_name }
-          fixed_ips:
-            - ip_address: { get_param: lb_1_int_intranet_ip }
+  vm_typeS_0_int_bialy_vmi_0_IP_0:
+    type: OS::ContrailV2::InstanceIp
+    properties:
+      virtual_network_refs:
+      - get_param: huey_int_hooey
+
+  vm_typeS_0_int_bialy_vmi_0_v6_IP_0:
+    type: OS::ContrailV2::InstanceIp
+    properties:
+      virtual_network_refs:
+      - get_param: huey_int_hooey
+
+  vm_typeS_0_subint_bialy_vmi_0_IP_1:
+    type: OS::ContrailV2::InstanceIp
+    properties:
+      virtual_network_refs:
+      - get_param: x_subint_dewey
 
-  lb_2_int_intranet_port:
-        type: OS::Neutron::Port
-        properties:
-          network: { get_param: int_intranet_net_id }
-          fixed_ips:
-            - ip_address: { get_param: lb_2_int_intranet_floating_v6_ips }
+  vm_typeS_0_int_bialy_vmi_0_IP_2:
+    type: OS::ContrailV2::InstanceIp
+    properties:
+      virtual_network_refs:
+      - get_resource: dewey
 
-  lb_1_extnet_port:
-        type: OS::Neutron::Port
-        properties:
-          network: { get_param: extnet_net_name }
-          fixed_ips:
-            - ip_address: { get_param: lb_1_extnet_floating_ip }
+  vm_typeS_0_bialy_vmi_0_IP_2:
+    type: OS::ContrailV2::InstanceIp
+    properties:
+      virtual_network_refs:
+      - get_param: dewey
 
-  lb_2_extnet_port:
-        type: OS::Neutron::Port
-        properties:
-          network: { get_param: extnet_net_id }
-          fixed_ips:
-            - ip_address: { get_param: lb_2_extnet_floating_v6_ip }
\ No newline at end of file