02a085b60a
This runs the existing functional tests using the images built in http://tarballs.openstack.org/heat-test-image/ This image should be a suitable alternative to Fedora-x86_64-20-20140618-sda, with the extra benefit that it is prepared to install the heat config agent projects during boot so that test_server_software_config can be enabled. This will also allow devstack to no longer load Fedora-x86_64-20-20140618-sda onto the nodepool images which will reduce gate resource consumption. Change-Id: I6041b8d6e7e9422f6e220d7aef0ca38857085e4b |
||
---|---|---|
.. | ||
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 |
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