Files
heat/heat_integrationtests
Peter Razumovsky da3126a128 Add few functional tests for translation
Add few issue sensitive functional tests for new
translation mechanism.

Change-Id: I7b808f314645f752f41dbdf6c0457ea23511bfb7
Closes-bug: #1620859
2017-04-12 12:02:48 +00:00
..
2016-12-13 05:45:34 +00:00

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