The heat_integrationtests.functional.test_waitcondition
Module¶
-
class
heat_integrationtests.functional.test_waitcondition.
ZaqarWaitConditionTest
(*args, **kwargs)[source]¶ Bases:
heat_integrationtests.functional.functional_base.FunctionalTestsBase
-
template
= '\nheat_template_version: "2013-05-23"\n\nresources:\n wait_condition:\n type: OS::Heat::WaitCondition\n properties:\n handle: {get_resource: wait_handle}\n timeout: 120\n wait_handle:\n type: OS::Heat::WaitConditionHandle\n properties:\n signal_transport: ZAQAR_SIGNAL\n\noutputs:\n wait_data:\n value: {\'Fn::Select\': [\'data_id\', {get_attr: [wait_condition, data]}]}\n'¶
-