heat/heat_integrationtests
Rabi Mishra 6b88bd765e Skip CeilometerAlarmTest.test_alarm
Bug #1523337 looks like an external issue, skip the failing test
till that is resolved.

Change-Id: Ib9021032f1389be16a3f71637c912f3e195185ac
2015-12-07 11:03:32 +05:30
..
2015-07-17 11:01:31 +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/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