Browse code

Actually run all the Cinder cert tests.

Change the tests to run on the tox invocation line, too, not just in
the message logged.

Change-Id: I86e02ea5a5eace92397bc18e08c494c6fd009880

Peter Pentchev authored on 2014/12/19 18:31:43
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)"