The heat_integrationtests.functional.test_external_ref Module

class heat_integrationtests.functional.test_external_ref.ExternalReferencesTest(*args, **kwargs)[source]

Bases: heat_integrationtests.functional.functional_base.FunctionalTestsBase

TEMPLATE = '\nheat_template_version: 2016-10-14\nresources:\n test1:\n type: OS::Heat::TestResource\n'
TEMPLATE_WITH_EX_REF = '\nheat_template_version: 2016-10-14\nresources:\n test1:\n type: OS::Heat::TestResource\n external_id: foobar\noutputs:\n str:\n value: {get_resource: test1}\n'
test_create_with_external_ref()[source]
test_update_with_external_ref()[source]

Previous topic

The heat_integrationtests.functional.test_event_sinks Module

Next topic

The heat_integrationtests.functional.test_heat_autoscaling Module

Project Source

This Page