X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_cloud_config_resource_id.py;h=c78fe711570636b58d499811c77c32f2a66ac0ee;hb=00c64458942602efe5a3b712540b98ac94fb60f4;hp=74937b6cfda858410ee115225d6fe3ed361886c3;hpb=ab01f96b1405bc037853847138a121581bb98f05;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_cloud_config_resource_id.py b/ice_validator/tests/test_cloud_config_resource_id.py index 74937b6..c78fe71 100644 --- a/ice_validator/tests/test_cloud_config_resource_id.py +++ b/ice_validator/tests/test_cloud_config_resource_id.py @@ -52,10 +52,10 @@ VERSION = "1.0.0" @validates("R-04747") -def test_cloud_config(heat_template): +def test_cloud_config(yaml_file): """validate resource ids """ - h = Heat(filepath=heat_template) + h = Heat(filepath=yaml_file) if not h.resources: pytest.skip("No resources in this template")