0baa6bc921
One test creates a stack with a tag, updates the tag and then deletes the tag. The second test, creates a stack with a tag named 'hidden'. In heat.conf, hidden_stack_tags is set to 'hidden' which means whichever stack has a tag named 'hidden', stack.list() should not pick it up. blueprint stack-tags Change-Id: Idf6669ccf5e210d4e6da3733a9ac190418306d98 |
||
---|---|---|
.. | ||
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 | ||
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/accrc/demo/demo
# 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