Fix readme guide for heat_integrationtests

Change-Id: I08d581b1d73567558ab7260ddf4d19671747bf7c
This commit is contained in:
ricolin 2017-08-07 18:38:12 +08:00
parent 91bb3e8781
commit e494ef62b1
1 changed files with 4 additions and 1 deletions

View File

@ -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