X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=blobdiff_plain;f=ice_validator%2Ftests%2Ffixtures%2Ftest_allowed_address_pair_format%2Fpass%2Fvalid_heat_template.yaml;h=47343c3e2c48b3082f505f0c5186ae11fa7d4279;hp=9a66ae593497ceaf5a8ccea22cf845abe4e8a629;hb=655f39713cca2595a812ccd60cc738301aef8b2f;hpb=671ada85afbb8112a7ae854950cea24756be4dd3 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 }