[VVP] enhance tests for nested templates
[vvp/validation-scripts.git] / ice_validator / tests / test_cloud_config_resource_id.py
index 74937b6..c78fe71 100644 (file)
@@ -52,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")