heat/heat_integrationtests
Angus Salkeld 357d71d02d Add support for running tests against standalone Heat
This replicates what is in heatclient shell.
We need support for the OS_NO_CLIENT_AUTH.

Change-Id: I40990555f072d3e10db704c0f63f19db9c8ed8bf
2014-11-24 09:27:47 +10:00
..
2014-10-09 22:06:49 +02: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