heat/heat_integrationtests
Steve Baker 8f50ef5b75 Functional test UpdateStackTest
This is a port of tempest.api.orchestration.stacks.stack_update
in an effort to reproduce the postgres race described in
bug #1370865.

Subsequent changes will create an experimental postgres check job and
a change to the test which runs test_stack_update_add_remove enough
times to triger the race.

Change-Id: I8aee26e29f242b11a5d3c8d56a859ae770be86c2
Related-Bug: #1370865
2014-10-20 16:31:09 +13: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 Add volume backup/restore integration test 2014-10-08 12:45:34 +13: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