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.
![]() |
4 months ago | |
---|---|---|
doc/source/contributor | 2 years ago | |
heat_tempest_plugin | 5 months ago | |
releasenotes/notes | 6 months ago | |
.gitignore | 2 years ago | |
.gitreview | 4 years ago | |
.stestr.conf | 2 years ago | |
.zuul.yaml | 4 months ago | |
CONTRIBUTING.rst | 2 years ago | |
LICENSE | 5 years ago | |
README.rst | 5 years ago | |
requirements.txt | 5 years ago | |
setup.cfg | 2 years ago | |
setup.py | 5 years ago | |
test-requirements.txt | 2 years ago | |
tox.ini | 2 years ago |
README.rst
Heat Tempest Plugin
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_tempest_plugin.tests
If custom configuration is required, edit the [heat_plugin] section of
$DEST/tempest/etc/tempest.conf