X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ice_validator%2Ftests%2Ftest_contrail_vmi_resource_id.py;h=9cabfb4d1afc260ea66bf95d920b988db1557c77;hb=00d850be4e8492c4bfc52e93ff374ad2e827ed94;hp=4d1efb806db2da6c63c45172ac39b7ecb5183766;hpb=36731efa2c3de9cb52941058fde0dcbc4beeed5b;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_contrail_vmi_resource_id.py b/ice_validator/tests/test_contrail_vmi_resource_id.py index 4d1efb8..9cabfb4 100644 --- a/ice_validator/tests/test_contrail_vmi_resource_id.py +++ b/ice_validator/tests/test_contrail_vmi_resource_id.py @@ -112,20 +112,3 @@ def test_contrail_instance_ip_resource_id_internal(yaml_file): regex_name="vmi_internal", network_flavor=ContrailV2VirtualMachineInterfaceProcessor.network_flavor_internal, ) - - -@validates("R-54458") -def test_contrail_instance_ip_resource_id_subint(yaml_file): - """ - A VNF's Heat Orchestration Template's Resource - OS::ContrailV2::VirtualMachineInterface that is attaching to an - sub-interface network - Resource ID **MUST** use the naming convention - - {vm-type}_{vm-type_index}_subint_{network-role}_vmi_{vmi_index} - """ - run_test( - yaml_file, - regex_name="vmi_subint", - network_flavor=ContrailV2VirtualMachineInterfaceProcessor.network_flavor_subint, - )