Add a new HOT template version for Ocata
Add new template version `heat_template_version.2017-02-24`, and
add version `heat_template_version.ocata` refering to
`heat_template_version.2017-02-24`.
Change-Id: Ic89fc1a02988091dd2833cc50abee61edfabbb00
diff --git a/functional/test_templates.py b/functional/test_templates.py
index 232b30d..8b05263 100644
--- a/functional/test_templates.py
+++ b/functional/test_templates.py
@@ -54,7 +54,8 @@
supported_template_versions = ["2013-05-23", "2014-10-16",
"2015-04-30", "2015-10-15",
"2012-12-12", "2010-09-09",
- "2016-04-08", "2016-10-14", "newton"]
+ "2016-04-08", "2016-10-14", "newton",
+ "2017-02-24", "ocata"]
for template in template_versions:
self.assertIn(template.version.split(".")[1],
supported_template_versions)