Files
heat/heat_integrationtests
Sirushti Murugesan db337c3aab Prevent false positives of UPDATE_COMPLETE in integration tests
Use the updated_at field in the stack output to check for
false positives of UPDATE_COMPLETE.

Partially-Closes Bug: #1433340

Change-Id: I8e68a2764741cc19305a0db7825322807b6508f3
2015-04-30 13:45:52 +00: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