X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_vm_type_case.py;h=3ecd8de4c1ae22df3cc05fb8e34352773647fef9;hp=34d0a6f4507a5c024cc023ff7557a46b115f6c41;hb=10535815da964c683e5f91030934652bfb3f53b8;hpb=912ea4cdf9721f66339c47bbfdcf4315ca7bd424 diff --git a/ice_validator/tests/test_vm_type_case.py b/ice_validator/tests/test_vm_type_case.py index 34d0a6f..3ecd8de 100644 --- a/ice_validator/tests/test_vm_type_case.py +++ b/ice_validator/tests/test_vm_type_case.py @@ -94,12 +94,12 @@ def case_mismatch(vm_type, param): @validates("R-32394") -def test_vm_type_case(heat_template): +def test_vm_type_case(yaml_file): """ A VNF's Heat Orchestration Template's use of ``{vm-type}`` in all Resource property parameter names **MUST** be the same case. """ - heat = Heat(filepath=heat_template) + heat = Heat(filepath=yaml_file) resources = heat.resources if not resources: pytest.skip("No resources found")