heat/heat_integrationtests
huangtianhua bfd8d7b2ab Provide 'or' function
Provides condition function 'or' for templates:
AWSTemplateFormatVersion.2010-09-09
heat_template_version.2016-10-14

Change-Id: I6888453404a2cba5127e5d89f7445c5dfe2b7a37
Blueprint: support-conditions-function
2016-08-29 14:31:19 -04:00
..
common Run heat_integrationtests as a tempest plugin 2016-08-13 09:53:07 +12:00
functional Provide 'or' function 2016-08-29 14:31:19 -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 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