Browse code

Change Cinder Cert script to run all Volume tests

The Cinder Cert script currently only runs the Tempest
tests tagged with volume.api, should be all Volume tests
to make sure we get things like attach and other commands
fully tested.

Change-Id: Ic15d2ad6d3616bfde4838873d0c79664b009ef1f

John Griffith authored on 2014/12/10 13:48:58
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