![Thomas Herve](/assets/img/avatar_default.png)
We recently added a new integration test for purge to check purge per project. It doesn't provide much more testing, and we can't actually have 2 purge tests because they can't run in parallel to each other, so let's remove it for now. Change-Id: I9f0b97adae9ea532bc2453441c327e30b849d006 Closes-Bug: #1608910
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