Merge "Fix README.rst for in-tree functional tests"

This commit is contained in:
Zuul 2018-02-19 15:07:32 +00:00 committed by Gerrit Code Review
commit 1efe82d7d6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ To run the tests against DevStack, do the following::
# run the heat integration tests
cd $DEST/heat
stestr --test-path=heat_integrationtests
stestr --test-path=heat_integrationtests run
If the Heat Tempest Plugin is also installed, the tests from that will be run
as well.