heat/heat_integrationtests
Jenkins aeb8cf8ff0 Merge "Halt test_cinder_volume_create_backup_restore on error" 2014-10-22 09:24:44 +00:00
..
common Configure flavor and image from env 2014-10-08 10:16:30 +13:00
functional Functional test UpdateStackTest 2014-10-20 16:31:09 +13:00
scenario Halt test_cinder_volume_create_backup_restore on error 2014-10-21 11:08:50 +13:00
.gitignore 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
__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