summaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-23 08:49:34 -0700
committerstark, steven <ss820f@att.com>2018-04-23 08:49:34 -0700
commit655f39713cca2595a812ccd60cc738301aef8b2f (patch)
treeb643a746b17ed00575b980c2bb233ce7cbf2109b /ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role
parent671ada85afbb8112a7ae854950cea24756be4dd3 (diff)
[VVP] add bug fixes and reserve port updates
Adding test script updates and reserve port Change-Id: I2af5263a48a53117021f166d08395685e89fd122 Issue-ID: VVP-56 Signed-off-by: stark, steven <ss820f@att.com>
Diffstat (limited to 'ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role')
-rw-r--r--ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml
index f67b794..48b0080 100644
--- a/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml
+++ b/ice_validator/tests/fixtures/test_fixed_ips_include_vm_type_network_role/pass/valid_template.yaml
@@ -211,3 +211,15 @@ resources:
fixed_ips:
- subnet_id: { get_param: extnet_subnet_id }
- subnet_id: { get_param: extnet_v6_subnet_id }
+ reserve_port_vm_type_1_network_role_a_floating_ip_0:
+ type: OS::Neutron::Port
+ properties:
+ network: { get_param: network_role_a_net_id }
+ fixed_ips:
+ - ip_address : { get_param: vm_type_1_network_role_a_floating_ip }
+ reserve_port_vm_type_1_network_role_a_floating_v6_ip_0:
+ type: OS::Neutron::Port
+ properties:
+ network: { get_param: network_role_a_net_id }
+ fixed_ips:
+ - ip_address : { get_param: vm_type_1_network_role_a_floating_v6_ip }