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'¶ 
-