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
-
setUp()[source]
-
template = {'heat_template_version': '2014-10-16', 'resources': {'test1': {'properties': {'update_replace': False, 'fail': False, 'wait_secs': 0, 'value': 'Test1'}, 'type': 'OS::Heat::TestResource'}}, 'description': 'Test Template APIs'}
-
test_get_stack_template()[source]
-
test_resource_types()[source]
-
test_show_resource_template()[source]
-
test_template_version()[source]