Merge "Actually run all the Cinder cert tests."

This commit is contained in:
Jenkins 2015-01-08 03:00:28 +00:00 committed by Gerrit Code Review
commit 29e34f7c9f
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ sleep 5
# run tempest api/volume/test_*
log_message "Run the actual tempest volume tests (./tools/pretty_tox.sh volume)...", True
./tools/pretty_tox.sh api.volume 2>&1 | tee -a $TEMPFILE
./tools/pretty_tox.sh volume 2>&1 | tee -a $TEMPFILE
if [[ $? = 0 ]]; then
log_message "CONGRATULATIONS!!! Device driver PASSED!", True
log_message "Submit output: ($TEMPFILE)"