aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_allowed_address_pair_format
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_allowed_address_pair_format
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_allowed_address_pair_format')
-rw-r--r--ice_validator/tests/fixtures/test_allowed_address_pair_format/pass/valid_heat_template.yaml24
1 files changed, 23 insertions, 1 deletions
diff --git a/ice_validator/tests/fixtures/test_allowed_address_pair_format/pass/valid_heat_template.yaml b/ice_validator/tests/fixtures/test_allowed_address_pair_format/pass/valid_heat_template.yaml
index 9a66ae5..47343c3 100644
--- a/ice_validator/tests/fixtures/test_allowed_address_pair_format/pass/valid_heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_allowed_address_pair_format/pass/valid_heat_template.yaml
@@ -122,4 +122,26 @@ resources:
properties:
network: { get_param: extnet_net_id }
allowed_address_pairs:
- - ip_address: { get_param: [lb_2_extnet_v6_ips, 0] } \ No newline at end of file
+ - ip_address: { get_param: [lb_2_extnet_v6_ips, 0] }
+ int_oam_net:
+ type: OS::Neutron::Net
+ properties:
+ name: { get_param: int_oam_net_name }
+ vm_type_1_int_intranet_10_port:
+ type: OS::Neutron::Port
+ properties:
+ network: { get_resource: int_oam_net }
+ allowed_address_pairs:
+ - ip_address: { get_param: [lb_2_int_intranet_v6_ips, 1] }
+ vm_type_1_int_intranet_11_port:
+ type: OS::Neutron::Port
+ properties:
+ network: { get_resource: int_oam_net }
+ allowed_address_pairs:
+ - ip_address: { get_param: [lb_2_int_intranet_ips, 1] }
+ vm_type_1_int_intranet_10_port:
+ type: OS::Neutron::Port
+ properties:
+ network: { get_resource: int_oam_net }
+ allowed_address_pairs:
+ - ip_address: { get_param: lb_2_int_intranet_v6_ip_1 }