X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_vm_role_value.py;h=5f43a14a5416d59aa67565165c2c57c5d07e7b8d;hb=0c4e64d87728b89aa9cd4d41d738f5bfe64ceee3;hp=e7da73da7bdf18258f5fa95e01d93e48f5ee92ed;hpb=48a07b6942d3956666d30947372653feb702fdae;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_vm_role_value.py b/ice_validator/tests/test_vm_role_value.py index e7da73d..5f43a14 100644 --- a/ice_validator/tests/test_vm_role_value.py +++ b/ice_validator/tests/test_vm_role_value.py @@ -74,11 +74,11 @@ def test_vm_role_hardcoded(yaml_file): @validates("R-86476") -def test_vm_role_from_env_file(heat_template): +def test_vm_role_from_env_file(yaml_file): """ Validate vm_role when using parameters and env file """ - pair = get_environment_pair(heat_template) + pair = get_environment_pair(yaml_file) if not pair: pytest.skip("Unable to resolve environment pair") template_params = pair["yyml"].get("parameters") or {}