Remove 'scenario' from the comment of Tempest run

On Tempest side, some scenario tests are smoke tests, but all scenario
tests don't have to be smoke. Grenade just runs smoke tests.
So current comment seems misleading, this patch removes the word.

Change-Id: Iaec4106c1a89d34930b0962865e96fb622715264
This commit is contained in:
Ken'ichi Ohmichi
2016-08-31 16:49:28 -07:00
parent db624d1f4e
commit 21e78a1786

View File

@@ -320,7 +320,7 @@ if [[ "$RUN_TARGET" == "True" ]]; then
# Validate the upgrade
if [[ "$TARGET_RUN_SMOKE" == "True" ]]; then
echo_summary "Running tempest scenario and smoke tests"
echo_summary "Running tempest smoke tests"
cd $TARGET_RELEASE_DIR/tempest
tox -esmoke -- --concurrency=$TEMPEST_CONCURRENCY
stop $STOP run-smoke 330