The heat_integrationtests.functional.test_preview_update Module

class heat_integrationtests.functional.test_preview_update.UpdatePreviewBase(*args, **kwargs)[source]

Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase

assert_empty_sections(changes, empty_sections)[source]
class heat_integrationtests.functional.test_preview_update.UpdatePreviewStackTest(*args, **kwargs)[source]

Bases: heat_integrationtests.functional.test_preview_update.UpdatePreviewBase

test_add_resource()[source]
test_delete_resource()[source]
test_no_change()[source]
test_replaced_resource()[source]
test_update_resource()[source]
class heat_integrationtests.functional.test_preview_update.UpdatePreviewStackTestNested(*args, **kwargs)[source]

Bases: heat_integrationtests.functional.test_preview_update.UpdatePreviewBase

template_nested1 = '\nheat_template_version: 2016-04-08\nresources:\n nested2:\n type: nested2.yaml\n'
template_nested2 = '\nheat_template_version: 2016-04-08\nresources:\n random:\n type: OS::Heat::RandomString\n'
template_nested2_2 = '\nheat_template_version: 2016-04-08\nresources:\n random:\n type: OS::Heat::RandomString\n random2:\n type: OS::Heat::RandomString\n'
template_nested_parent = '\nheat_template_version: 2016-04-08\nresources:\n nested1:\n type: nested1.yaml\n'
test_nested_resources_add()[source]
test_nested_resources_delete()[source]
test_nested_resources_nochange()[source]
test_nested_resources_replace()[source]