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
-
class
heat_integrationtests.functional.test_preview_update.
UpdatePreviewStackTest
(*args, **kwargs)[source]¶ Bases:
heat_integrationtests.functional.test_preview_update.UpdatePreviewBase
-
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'¶
-