summaryrefslogtreecommitdiff
path: root/heat_integrationtests
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-11-02 17:45:07 +0000
committerGerrit Code Review <review@openstack.org>2020-11-02 17:45:07 +0000
commitcba6d9b03afefedd26a7ca11c9bf5bf29f7a2b81 (patch)
tree8e036b1c50a84d7777ae7735e39fc672ea118cfe /heat_integrationtests
parent2b43c9e8f2a50b3d809f9bd53a267427080eaa49 (diff)
parent674a62ae9bbda32837874b48d4fb9a43199d8706 (diff)
downloadheat-cba6d9b03afefedd26a7ca11c9bf5bf29f7a2b81.tar.gz
Merge "Add template version 2021-04-16 for Wallaby"
Diffstat (limited to 'heat_integrationtests')
-rw-r--r--heat_integrationtests/functional/test_template_versions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/heat_integrationtests/functional/test_template_versions.py b/heat_integrationtests/functional/test_template_versions.py
index 08b169844..013064c00 100644
--- a/heat_integrationtests/functional/test_template_versions.py
+++ b/heat_integrationtests/functional/test_template_versions.py
@@ -26,7 +26,8 @@ class TemplateVersionTest(functional_base.FunctionalTestsBase):
"2017-02-24", "ocata",
"2017-09-01", "pike",
"2018-03-02", "queens",
- "2018-08-31", "rocky"]
+ "2018-08-31", "rocky",
+ "2021-04-16", "wallaby"]
for template in template_versions:
self.assertIn(template.version.split(".")[1],
supported_template_versions)