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=0c4e64d87728b89aa9cd4d41d738f5bfe64ceee3;hp=de82fe405c985efbf51877611d004c580d65e0fa;hpb=1f4df7c7ad27b23773ad9cdbe4db1632ce388cf1;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 de82fe4..c78fe71 100644 --- a/ice_validator/tests/test_cloud_config_resource_id.py +++ b/ice_validator/tests/test_cloud_config_resource_id.py @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # """ @@ -53,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")