heat_integrationtests.functional.test_templates
Module¶heat_integrationtests.functional.test_templates.
TemplateAPITest
(*args, **kwargs)[source]¶Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase
This will test the following template calls:
template
= {'heat_template_version': '2014-10-16', 'description': 'Test Template APIs', 'resources': {'test1': {'type': 'OS::Heat::TestResource', 'properties': {'fail': False, 'wait_secs': 0, 'update_replace': False, 'value': 'Test1'}}}}¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.