Files
heat/heat_integrationtests
Steve Baker 5af6e34d4b test_hooks remove race-prone status wait
This resource status wait isn't needed since it is
followed by a stack status wait.

In change I1cff016805e4b8e7c2da887856d06f776425e6b0 this wait stalls
because rg is in UPDATE_COMPLETE. I don't know yet why changing the
scheduler timings makes rg be in UPDATE rather than CREATE.

Change-Id: If5a97ff4d9bcb948bdec988c749fdc78329751a3
2015-03-26 11:38:21 +13:00
..

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/accrc/demo/demo

# 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