heat/heat_integrationtests
Steven Hardy de603a8d24 Create common stack_create functional test helper
The same pattern for creating a stack, defaulting arguments,
setting cleanup, and waiting for status is repeated in all
tests, so move that logic to a common base-class helper.

Change-Id: Ibf4c2f61d1f1936816245178fd8cf794e347de8b
2014-11-20 14:38:38 +00:00
..
common Create common stack_create functional test helper 2014-11-20 14:38:38 +00:00
functional Create common stack_create functional test helper 2014-11-20 14:38:38 +00:00
scenario Functional tests skip volume_create_backup_restore 2014-11-18 16:38:05 +00:00
__init__.py Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
.gitignore 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 Add missing \n at the end of file 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