diff options
author | rabi <ramishra@redhat.com> | 2018-02-05 16:02:10 +0530 |
---|---|---|
committer | rabi <ramishra@redhat.com> | 2018-02-05 16:34:50 +0530 |
commit | b87e5bffdb5def54cf48354758e75d22bc1f7fdc (patch) | |
tree | 19d17ba03ae9947ef07088b6d521dfaa76d19fdf /heat_integrationtests | |
parent | 2d03e0960c9361d9293a4e24a518c3a2fc8e9042 (diff) | |
download | heat-b87e5bffdb5def54cf48354758e75d22bc1f7fdc.tar.gz |
Fix README.rst for in-tree functional tests
Change-Id: I9343bf68226187ef33caa919fb0e362cdb9abfcb
Diffstat (limited to 'heat_integrationtests')
-rw-r--r-- | heat_integrationtests/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat_integrationtests/README.rst b/heat_integrationtests/README.rst index 3ba61cdc1..ec4635a56 100644 --- a/heat_integrationtests/README.rst +++ b/heat_integrationtests/README.rst @@ -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. |