Browse code

Merge "Change Cinder Cert script to run all Volume tests"

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