From b87e5bffdb5def54cf48354758e75d22bc1f7fdc Mon Sep 17 00:00:00 2001 From: rabi Date: Mon, 5 Feb 2018 16:02:10 +0530 Subject: [PATCH] Fix README.rst for in-tree functional tests Change-Id: I9343bf68226187ef33caa919fb0e362cdb9abfcb --- heat_integrationtests/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat_integrationtests/README.rst b/heat_integrationtests/README.rst index 3ba61cdc1c..ec4635a56a 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.