heat/heat_integrationtests
Crag Wolfe e50ce9c6e2 Bring back signal-related tests
Reverts I90e1d26a67a349f897d895f750d8e57fae98ec1f and
I116a96b20082d1c47068ddc64873200e9ae33a27 .

There have been a few changes that should enable these tests to
succeed on a regular basis, all related to edge cases around updating
a resource's atomic_key and metadata:

Corrected max secs for concurrent trans retries
e37d9fab8f

Don't set metadata for deleted resources
8d7e3e41e8

Allow retries when resource acquires lock
2ec2d5a973

Change-Id: I0fe508cf102bc1041a16c5ce1d9e384ecd591173
2017-05-04 22:53:09 -04:00
..
api Remove encoding for application/json in response 2017-03-30 10:03:49 +05:30
common Merge "Wait for the policy to be done in tests" 2017-04-20 09:33:15 +00:00
functional Bring back signal-related tests 2017-05-04 22:53:09 -04:00
locale/ja/LC_MESSAGES Imported Translations from Zanata 2017-05-02 10:32:02 +00:00
scenario Merge "Consolidate resource locking with state changes" 2017-04-25 20:28:09 +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
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 Merge "Replace deprecated notification_driver in tests" 2017-03-14 09:31:56 +00:00
prepare_test_env.sh Bring back signal-related tests 2017-05-04 22:53:09 -04:00
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