[VVP] Enforce R-35666 by ensuring a network exists for int_ parameters
[vvp/validation-scripts.git] / ice_validator / tests / structures.py
index a435246..887917c 100644 (file)
@@ -605,6 +605,10 @@ class Heat(object):
             self.load_env(envpath)
         self.heat_processors = self.get_heat_processors()
 
+    @property
+    def is_heat(self):
+        return "heat_template_version" in self.yml
+
     @property
     def contrail_resources(self):
         """This attribute is a dict of Contrail resources.