aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/structures.py
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/structures.py')
-rw-r--r--ice_validator/tests/structures.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ice_validator/tests/structures.py b/ice_validator/tests/structures.py
index a435246..887917c 100644
--- a/ice_validator/tests/structures.py
+++ b/ice_validator/tests/structures.py
@@ -606,6 +606,10 @@ class Heat(object):
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.
"""