bbb770841a
Splits the existing abandon action into two actions as below: 1. export: User is recommended to run export successfully before doing the abandon action. It returns the stack data, which can be used for adopting stack. 2. abandon: Abandons the given stack Partial-Bug: #1353670 Co-Authored-By: Jason Dunsmore <jasondunsmore@gmail.com> Change-Id: I65264d91b1378df9cb3e492bc6ccaa778940dd6b |
||
---|---|---|
.. | ||
common | ||
functional | ||
scenario | ||
__init__.py | ||
.gitignore | ||
config-generator.conf | ||
heat_integrationtests.conf.sample | ||
post_test_hook.sh | ||
pre_test_hook.sh | ||
prepare_test_env.sh | ||
prepare_test_network.sh | ||
README.rst | ||
requirements.txt |
Heat integration tests
These tests can be run against any heat-enabled OpenStack cloud, however defaults match running against a recent DevStack.
To run the tests against DevStack, do the following:
# source DevStack credentials
source /opt/stack/devstack/openrc
# run the heat integration tests with those credentials
cd /opt/stack/heat
tox -eintegration
If custom configuration is required, copy the following file:
heat_integrationtests/heat_integrationtests.conf.sample
to:
heat_integrationtests/heat_integrationtests.conf
and make any required configuration changes before running:
tox -eintegration