aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_nova_servers_vm_types/fail/inconsistent_vm_type.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/fixtures/test_nova_servers_vm_types/fail/inconsistent_vm_type.yaml')
-rw-r--r--ice_validator/tests/fixtures/test_nova_servers_vm_types/fail/inconsistent_vm_type.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/ice_validator/tests/fixtures/test_nova_servers_vm_types/fail/inconsistent_vm_type.yaml b/ice_validator/tests/fixtures/test_nova_servers_vm_types/fail/inconsistent_vm_type.yaml
index 219bf94..253905c 100644
--- a/ice_validator/tests/fixtures/test_nova_servers_vm_types/fail/inconsistent_vm_type.yaml
+++ b/ice_validator/tests/fixtures/test_nova_servers_vm_types/fail/inconsistent_vm_type.yaml
@@ -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 }