X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_vm_type_resource_id.py;h=03bb85b05064a6d8276feda752bf7336b7760c2a;hb=0c4e64d87728b89aa9cd4d41d738f5bfe64ceee3;hp=2a0150c4b3c42bd8834983c17bff2499770d4bb1;hpb=1f4df7c7ad27b23773ad9cdbe4db1632ce388cf1;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_vm_type_resource_id.py b/ice_validator/tests/test_vm_type_resource_id.py index 2a0150c..03bb85b 100644 --- a/ice_validator/tests/test_vm_type_resource_id.py +++ b/ice_validator/tests/test_vm_type_resource_id.py @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # """vm-type resource_id @@ -51,13 +50,13 @@ VERSION = "1.1.0" @validates("R-46839") -def test_vm_type_resource_id(heat_template): +def test_vm_type_resource_id(yaml_file): """ A VNF's Heat Orchestration Template's use of ``{vm-type}`` in all Resource IDs **MUST** be the same case. """ bad = {} - h = Heat(filepath=heat_template) + h = Heat(filepath=yaml_file) if not h.resources: pytest.skip("No resources specified in the heat template") vm_types = {