The heat_integrationtests.functional.test_stack_tags Module

class heat_integrationtests.functional.test_stack_tags.StackTagTest(*args, **kwargs)[source]

Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase

template = '\nheat_template_version: 2014-10-16\ndescription:\n foo\nparameters:\n input:\n type: string\n default: test\nresources:\n not-used:\n type: OS::Heat::TestResource\n properties:\n wait_secs: 1\n value: {get_param: input}\n'
test_hidden_stack()[source]
test_stack_tag()[source]