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=7a7bc66879f2efd93be2ebbd959176a10b07f74f;hp=f500daf60c2fb0c8fe295c1697c3b5a17d866909;hpb=ab01f96b1405bc037853847138a121581bb98f05;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 f500daf..03bb85b 100644 --- a/ice_validator/tests/test_vm_type_resource_id.py +++ b/ice_validator/tests/test_vm_type_resource_id.py @@ -50,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 = {