X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_network_format_use_get_param_or_get_resource.py;h=e10e873ad101a700e9779d1ba46801c1cb65d6fa;hb=10535815da964c683e5f91030934652bfb3f53b8;hp=dada3e54635a3d8c8326c21cb40c9ba23eff345c;hpb=1f4df7c7ad27b23773ad9cdbe4db1632ce388cf1;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_network_format_use_get_param_or_get_resource.py b/ice_validator/tests/test_network_format_use_get_param_or_get_resource.py index dada3e5..e10e873 100644 --- a/ice_validator/tests/test_network_format_use_get_param_or_get_resource.py +++ b/ice_validator/tests/test_network_format_use_get_param_or_get_resource.py @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # import pytest @@ -45,13 +44,13 @@ from .helpers import validates @validates("R-93177") -def test_network_format_use_get_param_or_get_resource(heat_template): +def test_network_format_use_get_param_or_get_resource(yaml_file): """ Make sure all network properties only use get_param or get_resource of an internal network """ - with open(heat_template) as fh: + with open(yaml_file) as fh: yml = yaml.load(fh) # skip if resources are not defined