X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_allowed_address_pairs_include_vm_type_network_role.py;h=6b3c63cea93731b83d3cbbef265aa072580637a9;hp=6fdb8150419c782f0986a76ce8d90cd7d7c3b2a9;hb=refs%2Fheads%2Fdublin;hpb=0e2e6cdfb6b659c29ad1a59ac37d3a50191577a0 diff --git a/ice_validator/tests/test_allowed_address_pairs_include_vm_type_network_role.py b/ice_validator/tests/test_allowed_address_pairs_include_vm_type_network_role.py index 6fdb815..6b3c63c 100644 --- a/ice_validator/tests/test_allowed_address_pairs_include_vm_type_network_role.py +++ b/ice_validator/tests/test_allowed_address_pairs_include_vm_type_network_role.py @@ -82,7 +82,7 @@ aap_regx_dict = { } -@validates("R-41492", "R-35735", "R-159016", "R-91810", "R-41956") +@validates("R-41492", "R-35735", "R-159016", "R-91810", "R-41956", "R-41493") def test_external_aap_format(yaml_file): check_parameter_format( yaml_file, @@ -91,6 +91,7 @@ def test_external_aap_format(yaml_file): NeutronPortProcessor, "allowed_address_pairs", "ip_address", + exemptions_allowed=True, ) @@ -106,7 +107,7 @@ def test_internal_aap_format(yaml_file): ) -@validates("R-100280", "R-100290", "R-100310", "R-100330", "R-100350") +@validates("R-100280", "R-100290", "R-100310", "R-100330", "R-100350", "R-41493") def test_external_aap_format_contrail(yaml_file): check_parameter_format( yaml_file, @@ -117,6 +118,7 @@ def test_external_aap_format_contrail(yaml_file): "virtual_machine_interface_allowed_address_pairs_allowed_address_pair", "virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip", "virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip_ip_prefix", + exemptions_allowed=True, )