heat/heat_integrationtests
rabi 922f51ed06 Skip test_server_signal_userdata_format_software_config
This test is failing very often with timeout, let's
skip it until the issue is resolved.

Change-Id: I116a96b20082d1c47068ddc64873200e9ae33a27
Related-Bug: #1651768
2016-12-22 11:44:41 +05:30
..
2016-12-01 12:21:45 +05:30
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