heat/heat_integrationtests
Thomas Herve c4508361c8 Switch fedora mirror
We're not able to merge anything in stable/newton due to this issue.
Though this does not have a bug associated, it would be good to backport this to stable/newton to land some other backports.

Use a IPv6 enabled fedora mirror to check if your failure rate
decreases.


Change-Id: I749e2981d52b6dd67e87121bff0e08723c3052ff
(cherry picked from commit 5c0b9d4e45)
2017-07-24 11:59:52 +00:00
..
common Fix handle_restore for server and volume resources 2017-06-09 06:08:17 +00:00
functional Fix handle_restore for server and volume resources 2017-06-09 06:08:17 +00:00
scenario Add scenario test_server_signal 2016-08-04 02:04:50 +00:00
.gitignore Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
README.rst Run heat_integrationtests as a tempest plugin 2016-08-13 09:53:07 +12:00
__init__.py Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
install-requirements Create integration tests requirements on the fly 2016-03-25 13:40:50 +00:00
plugin.py Run heat_integrationtests as a tempest plugin 2016-08-13 09:53:07 +12:00
post_test_hook.sh Run heat_integrationtests as a tempest plugin 2016-08-13 09:53:07 +12:00
pre_test_hook.sh Try to fix local.conf creation in tests 2017-02-24 13:57:30 +00:00
prepare_test_env.sh Switch fedora mirror 2017-07-24 11:59:52 +00:00
prepare_test_network.sh Use openstack commands for prepare_test_network.sh 2016-06-29 20:57:22 +00:00

README.rst

Heat integration tests

These tests can be run as a tempest plugin against any heat-enabled OpenStack cloud, however defaults match running against a recent DevStack.

To run the tests against DevStack, do the following:

# Define DEST

export DEST=/opt/stack

# create test resources and write tempest config

$DEST/heat/heat_integrationtests/prepare_test_env.sh $DEST/heat/heat_integrationtests/prepare_test_network.sh

# run tempest selecting only these tests

cd $DEST/tempest tempest run --regex heat_integrationtests

If custom configuration is required, edit the [heat_plugin] section of

$DEST/tempest/etc/tempest.conf