From e494ef62b199ecd0862b7225b8763b1643d9325b Mon Sep 17 00:00:00 2001 From: ricolin Date: Mon, 7 Aug 2017 18:38:12 +0800 Subject: [PATCH] Fix readme guide for heat_integrationtests Change-Id: I08d581b1d73567558ab7260ddf4d19671747bf7c --- heat_integrationtests/README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/heat_integrationtests/README.rst b/heat_integrationtests/README.rst index 506ed62bf0..bf556c60af 100644 --- a/heat_integrationtests/README.rst +++ b/heat_integrationtests/README.rst @@ -8,19 +8,22 @@ cloud, however defaults match running against a recent DevStack. To run the tests against DevStack, do the following: # Define DEST - + export DEST=/opt/stack # create test resources and write tempest config $DEST/heat/heat_integrationtests/prepare_test_env.sh + $DEST/heat/heat_integrationtests/prepare_test_network.sh # run tempest selecting only these tests cd $DEST/tempest + tempest run --regex heat_integrationtests If custom configuration is required, edit the [heat_plugin] section of $DEST/tempest/etc/tempest.conf +