heat/heat_integrationtests
Jenkins 96eb0468a6 Merge "Integration test for remote stack" 2014-12-18 12:40:07 +00:00
..
common Add "parameter_defaults" to the environment 2014-12-15 09:44:11 +10:00
functional Merge "Integration test for remote stack" 2014-12-18 12:40:07 +00:00
scenario Fix [H302] errors in heat_integrationtests 2014-11-26 16:43:56 +03:00
.gitignore Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
README.rst Fix formatting in integration tests README 2014-12-08 11:47:18 +02:00
__init__.py Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
generate_sample.sh Add missing \n at the end of file 2014-10-09 22:06:49 +02:00
heat_integrationtests.conf.sample Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
post_test_hook.sh Configure flavor and image from env 2014-10-08 10:16:30 +13:00
pre_test_hook.sh Support classes for heat integration tests 2014-09-24 09:02:20 +12:00

README.rst

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