Files
heat/heat_integrationtests
rabi ea3eb60f90 Skip test_cancel_update_server_with_port
Skip test_cancel_update_server_with_port till bug 1607714 is
fixed in nova. Related tempest nova tests are skipped
currently[1].

[1] https://review.openstack.org/#/c/348955/

Change-Id: Id08866d5b428a64778423892455495c0182335af
Related-Bug: #1643268
2016-11-21 10:49:31 +05:30
..
2016-11-08 05:19:10 +00:00
2016-11-02 10:20:05 +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