The heat_integrationtests.functional.test_stack_outputs Module

class heat_integrationtests.functional.test_stack_outputs.StackOutputsTest(*args, **kwargs)[source]

Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase

template = "\nheat_template_version: 2015-10-15\nresources:\n test_resource_a:\n type: OS::Heat::TestResource\n properties:\n value: 'a'\n test_resource_b:\n type: OS::Heat::TestResource\n properties:\n value: 'b'\noutputs:\n resource_output_a:\n description: 'Output of resource a'\n value: { get_attr: [test_resource_a, output] }\n resource_output_b:\n description: 'Output of resource b'\n value: { get_attr: [test_resource_b, output] }\n"
test_outputs()[source]