The heat_integrationtests.functional.test_remote_stack Module

class heat_integrationtests.functional.test_remote_stack.RemoteStackTest(*args, **kwargs)[source]

Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase

remote_template = '\nheat_template_version: 2013-05-23\nresources:\n random1:\n type: OS::Heat::RandomString\noutputs:\n remote_key:\n value: {get_attr: [random1, value]}\n'
setUp()[source]
template = '\nheat_template_version: 2013-05-23\nresources:\n my_stack:\n type: OS::Heat::Stack\n properties:\n context:\n region_name: RegionOne\n template:\n get_file: remote_stack.yaml\noutputs:\n key:\n value: {get_attr: [my_stack, outputs]}\n'
test_remote_stack_alone()[source]
test_stack_create()[source]
test_stack_create_bad_region()[source]
test_stack_resource_validation_fail()[source]
test_stack_suspend_resume()[source]
test_stack_update()[source]