heat/heat_integrationtests
Sirushti Murugesan 7b383f131d Update cirros version
This now matches the version that is included in DevStack.

Change-Id: I41eafc754bb2a3591e7352ee817dce3aff992db2
Closes-Bug: #1453357
2015-05-09 12:41:59 +05:30
..
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