X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_contrail_instance_ip_resource_id.py;h=5e80075f4fc34790761bc13f49d75b8cef93f69a;hb=refs%2Fchanges%2F99%2F78599%2F1;hp=d08938eb83d79364a38bd06c8587302b1e1f3b87;hpb=36731efa2c3de9cb52941058fde0dcbc4beeed5b;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_contrail_instance_ip_resource_id.py b/ice_validator/tests/test_contrail_instance_ip_resource_id.py index d08938e..5e80075 100644 --- a/ice_validator/tests/test_contrail_instance_ip_resource_id.py +++ b/ice_validator/tests/test_contrail_instance_ip_resource_id.py @@ -120,19 +120,3 @@ def test_contrail_instance_ip_resource_id_internal(yaml_file): regex_names=("int_ip", "int_v6_ip"), network_flavor=ContrailV2InstanceIpProcessor.network_flavor_internal, ) - - -@validates("R-20947", "R-88540") -def test_contrail_instance_ip_resource_id_subint(yaml_file): - """ - subint - {vm-type}_{vm-type_index}_subint_{network-role}_vmi_{vmi_index} - _IP_{index} - {vm-type}_{vm-type_index}_subint_{network-role}_vmi_{vmi_index} - _v6_IP_{index} - """ - run_test( - yaml_file, - regex_names=("subint_ip", "subint_v6_ip"), - network_flavor=ContrailV2InstanceIpProcessor.network_flavor_subint, - )