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
This commit is contained in:
parent
f8cf2777d5
commit
19d22bd19a
@ -93,7 +93,7 @@ start_cinder
|
||||
sleep 5
|
||||
|
||||
# run tempest api/volume/test_*
|
||||
log_message "Run the actual tempest volume tests (./tools/pretty_tox.sh api.volume)...", True
|
||||
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
|
||||
if [[ $? = 0 ]]; then
|
||||
log_message "CONGRATULATIONS!!! Device driver PASSED!", True
|
||||
|
Loading…
Reference in New Issue
Block a user