[VVP] udpating scripts for casablanca 2
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_nova_servers_vm_types / fail / inconsistent_vm_type.yaml
index 219bf94..253905c 100644 (file)
@@ -67,4 +67,15 @@ resources:
           name: { get_param: vm_type_b_name_1  }
           flavor: { get_param: vm_type_b_flavor_name}
           image: { get_param: vm_type_b_image_name}
\ No newline at end of file
+          networks:
+            - port: { get_resource: vm_type_b_0_int_vm_type_b_port_0 }
+  
+  int_vm_type_b_net_id:
+      type: OS::Neutron::Net
+      properties:
+          fnsdf: nksldfnkl
+
+  vm_type_b_0_int_vm_type_b_port_0:
+      type: OS::Neutron::Port
+      properties:
+          network: { get_resource: int_vm_type_b_net_id }