heat/heat_integrationtests
Zane Bitter e56fc689e1 Increase the timeout for the stop_stack message
Previously, the stop_stack message accidentally used the
engine_life_check_timeout (by default, 2s). But unlike other messages sent
using that timeout, stop_stack needs to synchronously kill all running
threads operating on the stack. For a very large stack, this can easily
take much longer than a couple of seconds. This patch increases the timeout
to give a better chance of being able to start the delete.

Change-Id: I4b36ed7f1025b6439aeab63d71041bb2000363a0
Closes-Bug: #1499669
2016-09-22 09:45:08 -04:00
..
common Fix cancel update for nova server with defined port 2016-09-20 12:00:54 +00:00
functional Increase the timeout for the stop_stack message 2016-09-22 09:45:08 -04: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 Fix path_in_stack for scheduler hints 2016-08-05 10:21:10 +00:00
prepare_test_env.sh Run heat_integrationtests as a tempest plugin 2016-08-13 09:53:07 +12:00
prepare_test_network.sh Use neutron cli command instead of osc 2016-09-21 13:22: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