X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_nested_parameter_args.py;h=62c22d7ddf5cd373273f616cddbc1c45be7e2b58;hb=3a37d68be925c92c9a540cf589dfbe4c901d7911;hp=b0a033719d3bb9d5804532760c64696639d5ce8e;hpb=8540eb59f7e7f8ff2043a8eaf7edfc255a60874a;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 b0a0337..62c22d7 100644 --- a/ice_validator/tests/test_nested_parameter_args.py +++ b/ice_validator/tests/test_nested_parameter_args.py @@ -51,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" @@ -75,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