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]