OpenStack Orchestration (Heat) Tempest Plugin
aa89124059
Neutron may allocate additional IPs for internal services which may conflict with hardcoded IPs in the tests. To avoid this rase set allocation pool explicitly to do not overlap with fixed_ip_address specified in the test Change-Id: I6a5b32cba632b396d18b394061c669eb9d4e10d7 |
||
---|---|---|
doc/source/contributor | ||
heat_tempest_plugin | ||
releasenotes/notes | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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