The heat_integrationtests.functional.test_templates
Module¶
-
class
heat_integrationtests.functional.test_templates.
TemplateAPITest
(*args, **kwargs)[source]¶ Bases:
heat_integrationtests.functional.functional_base.FunctionalTestsBase
This will test the following template calls:
- Get the template content for the specific stack
- List template versions
- List resource types
- Show resource details for OS::Heat::TestResource
-
template
= {'heat_template_version': '2014-10-16', 'description': 'Test Template APIs', 'resources': {'test1': {'type': 'OS::Heat::TestResource', 'properties': {'fail': False, 'update_replace': False, 'wait_secs': 0, 'value': 'Test1'}}}}¶