Files
heat/heat_integrationtests
Steven Hardy 6cb3c7c7ac Add initial functional test for template-validate
Prove basic template validation functionality, will provide additional
confidence that subsequent rework to the internal implementation doesn't
break the API.

Change-Id: Ieb605ca66dfdf3e25b0a7a703df3015b817e615b
Partial-Bug: #1467573
2015-09-17 14:23:35 +01:00
..
2015-07-17 11:01:31 +00:00
2015-09-04 10:29:57 +10: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