The heat_integrationtests.functional.test_preview Module¶
-
class
heat_integrationtests.functional.test_preview.StackPreviewTest(*args, **kwargs)[source]¶ Bases:
heat_integrationtests.common.test.HeatIntegrationTest-
env= ‘\nparameters:\n incomming: abc\n ‘¶
-
template= ‘\nheat_template_version: 2015-04-30\nparameters:\n incomming:\n type: string\nresources:\n one:\n type: OS::Heat::TestResource\n properties:\n value: fred\n two:\n type: OS::Heat::TestResource\n properties:\n value: {get_param: incomming}\n depends_on: one\noutputs:\n main_out:\n value: {get_attr: [two, output]}\n ‘¶
-