aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_network.yaml
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2018-12-17 12:43:02 -0800
committerstark, steven <steven.stark@att.com>2018-12-17 13:04:00 -0800
commit1f4df7c7ad27b23773ad9cdbe4db1632ce388cf1 (patch)
tree8092104f8be23051ff81c9f71ee34116df4d33ba /ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_network.yaml
parentca9085f0f77d442d3741a8c754e65cc45b6a318d (diff)
[VVP] updating validation scripts in dublin
- adding backlog of new validation scripts for dublin - updating existing tests - removing outdated tests Issue-ID: VVP-123 Change-Id: Ib8260889ac957c1dd28d8ede450fc8edc6fb0ec0 Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_network.yaml')
-rw-r--r--ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_network.yaml14
1 files changed, 12 insertions, 2 deletions
diff --git a/ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_network.yaml b/ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_network.yaml
index 3a60812..7351826 100644
--- a/ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_network.yaml
+++ b/ice_validator/tests/fixtures/test_network_format/fail/invalid_naming_used_for_network.yaml
@@ -47,14 +47,24 @@ resources:
vm_type_1_int_vpnnet_0_port:
type: OS::Neutron::Port
properties:
- network: { get_param: int_vpnnet_net }
+ network: { get_param: int_vpnnet_net_id }
vm_type_1_extnet_net_0_port:
type: OS::Neutron::Port
properties:
- network: { get_param: extnet_net }
+ network: { get_param: extnet_net_name }
vm_type_1_extnet_0_port:
type: OS::Neutron::Port
properties:
network: { get_param: extnet_net_id }
+
+ int_oam_netork:
+ type: OS::Neutron::Net
+ properties:
+ name: { get_param: int_oam_net_name }
+
+ vm_type_1_int_oam_1_port:
+ type: OS::Neutron::Port
+ properties:
+ gbgdfjk: { get_resource: int_oam_net }