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:

  1. Get the template content for the specific stack
  2. List template versions
  3. List resource types
  4. Show resource details for OS::Heat::TestResource
setUp()[source]
template = {'heat_template_version': '2014-10-16', 'resources': {'test1': {'type': 'OS::Heat::TestResource', 'properties': {'fail': False, 'update_replace': False, 'value': 'Test1', 'wait_secs': 0}}}, 'description': 'Test Template APIs'}
test_get_stack_template()[source]
test_resource_types()[source]
test_show_resource_template()[source]
test_template_version()[source]

Previous topic

The heat_integrationtests.functional.test_template_validate Module

Next topic

The heat_integrationtests.functional.test_unicode_template Module

Project Source

This Page