3216f6126f
The functional gate is also failing due to a recent change introduced in devstack -> I613f1bdc6673f0c4bfe29aaab7b514348a617a8c This fixes both the gates, functional and unit tests. Co-Authored-By: Thomas Herve <therve@redhat.com> Closes-Bug: #1473398 Change-Id: Ia77a1fd884c6346edfb90777e91a51d279ccd92a
31 lines
696 B
ReStructuredText
31 lines
696 B
ReStructuredText
======================
|
|
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
|