heat/heat_integrationtests
rabi ad3b0fa258 [DEBUG] Add functional tests for stack cancel
This adds tests for user initiated stack cancel operations
w/ or w/o rollback.

Backport for pike: Removed cancel_without_rollback tests.

Change-Id: I8ff787dc02dd76f99e9ece073b2f700c1922104d
Depends-on: Ie674fd556418f6aa8e79654458cbe43648851db2
Related-Bug: #1709041
(cherry picked from commit 6c7d059689)
2019-10-15 16:46:06 -03:00
..
api Add endpoint_type config option 2018-04-05 13:45:44 +05:30
common [DEBUG] Add functional tests for stack cancel 2019-10-15 16:46:06 -03:00
functional [DEBUG] Add functional tests for stack cancel 2019-10-15 16:46:06 -03:00
locale Imported Translations from Zanata 2017-08-13 10:28:33 +00:00
scenario Use fedora 29 image from nodepool mirror 2019-01-23 09:45:00 +05:30
.gitignore Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
README.rst Fix readme guide for heat_integrationtests 2017-08-07 18:38:12 +08:00
__init__.py Support classes for heat integration tests 2014-09-24 09:02:20 +12:00
cleanup_test_env.sh Use fedora 29 image from nodepool mirror 2019-01-23 09:45:00 +05:30
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 Update .stestr.conf with the group_regex 2018-04-05 13:45:42 +05:30
pre_test_hook.sh Use fedora 29 image from nodepool mirror 2019-01-23 09:45:00 +05:30
prepare_test_env.sh Use fedora 29 image from nodepool mirror 2019-01-23 09:45:00 +05:30
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