Browse code

Merge "Actually run all the Cinder cert tests."

Jenkins authored on 2015/01/08 12:00:28
Showing 1 changed files
... ...
@@ -94,7 +94,7 @@ sleep 5
94 94
 
95 95
 # run tempest api/volume/test_*
96 96
 log_message "Run the actual tempest volume tests (./tools/pretty_tox.sh volume)...", True
97
-./tools/pretty_tox.sh api.volume 2>&1 | tee -a $TEMPFILE
97
+./tools/pretty_tox.sh volume 2>&1 | tee -a $TEMPFILE
98 98
 if [[ $? = 0 ]]; then
99 99
     log_message "CONGRATULATIONS!!!  Device driver PASSED!", True
100 100
     log_message "Submit output: ($TEMPFILE)"