You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 years ago | |
---|---|---|
.. | ||
api | 6 years ago | |
common | 6 years ago | |
functional | 6 years ago | |
locale/ja/LC_MESSAGES | 6 years ago | |
scenario | 6 years ago | |
.gitignore | 8 years ago | |
README.rst | 7 years ago | |
__init__.py | 8 years ago | |
cleanup_test_env.sh | 6 years ago | |
install-requirements | 7 years ago | |
plugin.py | 7 years ago | |
post_test_hook.sh | 6 years ago | |
pre_test_hook.sh | 6 years ago | |
prepare_test_env.sh | 6 years ago | |
prepare_test_network.sh | 6 years ago |
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