heat/heat_integrationtests
rabi 5360729c07 Cleanup test env after tests
We create some images, flavors and networks for the test
environment. It would be good to clean them after the tests.

Change-Id: I633328c2952f61426b1350e43fb42e2edbc5ca97
2016-12-13 05:45:34 +00:00
..
common Use both domain id and name 2016-12-01 12:21:45 +05:30
functional Merge "Functional test for asg cooldown property" 2016-12-02 17:15:21 +00:00
scenario Use more specific asserts in tests 2016-11-22 08:12:35 +01: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 Cleanup test env after tests 2016-12-13 05:45:34 +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 Cleanup test env after tests 2016-12-13 05:45:34 +00:00
pre_test_hook.sh Remove oslo-incubator use in other client plugins 2016-11-18 22:16:34 +01:00
prepare_test_env.sh Use both domain id and name 2016-12-01 12:21:45 +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