X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_nested_parameter_args.py;h=62c22d7ddf5cd373273f616cddbc1c45be7e2b58;hb=b684ad647c3896c8bfb1e7f1ab4a962c72ce5e64;hp=cba76f6bd2497da72cb51d866fce832a48d35ccf;hpb=1f4df7c7ad27b23773ad9cdbe4db1632ce388cf1;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_nested_parameter_args.py b/ice_validator/tests/test_nested_parameter_args.py index cba76f6..62c22d7 100644 --- a/ice_validator/tests/test_nested_parameter_args.py +++ b/ice_validator/tests/test_nested_parameter_args.py @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # """heat parameters @@ -52,7 +51,7 @@ VERSION = "1.0.0" @validates("R-10834") -def test_nested_parameter_args(heat_template): +def test_nested_parameter_args(yaml_file): """ If a VNF’s Heat Orchestration Template resource attribute property metadata uses a nested get_param, then the "outer" @@ -76,7 +75,7 @@ def test_nested_parameter_args(heat_template): vf_module_id: get_param: [ cdl, { get_param: num }] """ - heat = Heat(filepath=heat_template) + heat = Heat(filepath=yaml_file) if not heat.resources: pytest.skip("No resources found") has_nested_parameters = False