Document TARGET_RUN_SMOKE flag

This flag is not used in any project gates, but is used for testing
grenade locally. This patch documents that fact, so situations like
https://review.openstack.org/#/c/342275/ don't occur again.

Change-Id: I2ae9b2f2c9d611aedd008df1ee35588442db041b
This commit is contained in:
Miles Gould 2016-07-25 17:37:16 +01:00
parent 73b3b9a52a
commit e63d1561b0
1 changed files with 5 additions and 0 deletions

View File

@ -316,6 +316,11 @@ if [[ "$RUN_TARGET" == "True" ]]; then
resources verify
# Validate the upgrade
# This is used for testing grenade locally, and should not be used in the
# gate. Instead, grenade.sh runs smoke tests on the old cloud above, but
# smoke tests are run on the upgraded cloud by the gate script after
# grenade.sh has finished. If this option is enabled in the gate, tempest
# will be run twice against the new cloud.
if [[ "$TARGET_RUN_SMOKE" == "True" ]]; then
echo_summary "Running tempest scenario and smoke tests"
cd $TARGET_RELEASE_DIR/tempest