heat/heat_integrationtests
ricolin 472c7106c5 Update test image
update test image to use `Fedora-Cloud-Base-27-1.6.x86_64`

Change-Id: I162b3a760031c5144525e96512db7b82ff02bc65
(cherry picked from commit da393a23cd)
2018-05-16 05:16:13 +00:00
..
api Fix ResourceActionNotSupported errors in log 2017-07-27 01:53:26 +00:00
common Fix handle_restore for server and volume resources 2017-05-25 17:16:12 +05:30
functional Fix non-destructive upgrade for deprecated res types in convergence 2017-12-08 18:57:50 -05:00
locale/ko_KR/LC_MESSAGES Imported Translations from Zanata 2017-08-14 10:48:37 +00:00
scenario Merge "Do not set the mime-type for userdata" 2016-12-15 03:10:04 +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
cleanup_test_env.sh Update test image 2018-05-16 05:16:13 +00: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 Add .testr.conf to work with latest Tempest 2018-04-06 10:30:56 -04:00
pre_test_hook.sh Update test image 2018-05-16 05:16:13 +00:00
prepare_test_env.sh Update test image 2018-05-16 05:16:13 +00:00
prepare_test_network.sh Use osc commands for creating neutron resources 2016-10-20 15:42:40 +05:30

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