heat/heat_integrationtests
Steve Baker c3f9337c11 Catch NotFound in format_stack_resource for nested()
If the underlying nested stack doesn't exist for whatever reason,
calling heat resource-list results in a NotFound response even though heat
stack-show confirms the stack exists.

This change catches NotFound when calling resource.nested() in
format_stack_resource.

Change-Id: Iba92d0590561dffb8f902865cc7134b2eddc23ac
Closes-Bug: #1476834
2015-07-22 10:56:55 +12:00
..
2015-06-29 15:41:06 +02:00
2015-07-17 11:01:31 +00:00
2015-07-17 11:01:31 +00:00
2015-05-09 12:41:59 +05:30

Heat integration tests

These tests can be run against any heat-enabled OpenStack cloud, however defaults match running against a recent DevStack.

To run the tests against DevStack, do the following:

# source DevStack credentials

source /opt/stack/devstack/openrc

# run the heat integration tests with those credentials

cd /opt/stack/heat

tox -eintegration

If custom configuration is required, copy the following file:

heat_integrationtests/heat_integrationtests.conf.sample

to:

heat_integrationtests/heat_integrationtests.conf

and make any required configuration changes before running:

tox -eintegration