heat/heat_integrationtests
Kanagaraj Manickam 595e8af428 Enable convergence in zuul functional testing
Adds a environment variable ENABLE_CONVERGENCE=true for
enabling the functional testing with convergence engine.

Change-Id: If4b2c9a1a3359749d3238c891ffdc1f57cf1b308
2015-06-26 08:42:58 +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/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