Merge "Fix formatting in integration tests README"

This commit is contained in:
Jenkins 2014-12-08 21:41:51 +00:00 committed by Gerrit Code Review
commit 1cb2efc172
1 changed files with 7 additions and 3 deletions

View File

@ -3,14 +3,18 @@ Heat integration tests
======================
These tests can be run against any heat-enabled OpenStack cloud, however
defaults match running against a recent devstack.
defaults match running against a recent DevStack.
To run the tests against devstack, do the following:
To run the tests against DevStack, do the following:
# source DevStack credentials
# 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: