heat/heat_integrationtests
Steven Hardy f97f2e7644 Functional tests skip volume_create_backup_restore
This test is frequently failing and we don't yet understand why,
so skip to avoid further delaying making the functional job voting.

Change-Id: I62e0f70f1c27037f374bab8d15512bde1a2ce928
Partial-Bug: #1382300
2014-11-18 16:38:05 +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 Functional tests skip volume_create_backup_restore 2014-11-18 16:38:05 +00: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