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 | |
---|---|---|
.. | ||
common | 6 years ago | |
functional | 6 years ago | |
scenario | 6 years ago | |
.gitignore | 8 years ago | |
README.rst | 7 years ago | |
__init__.py | 8 years ago | |
config-generator.conf | 7 years ago | |
heat_integrationtests.conf.sample | 6 years ago | |
install-requirements | 6 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 | |
requirements.stub | 6 years ago |
README.rst
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