autotest/vhost-blk: disable vhost-blk autotest temporarily

For the purpose switching to a new QEMU branch smoothly, disable
vhost-blk autotest temporarily, and we will enable it at the next
commit.

Change-Id: I0368edcbea2468d10f1e95da39b09199d39c7216
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-on: https://review.gerrithub.io/395885
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Changpeng Liu 2018-01-22 20:47:22 -05:00 committed by Daniel Verkamp
parent 49c7451a18
commit 7d63026b95

View File

@ -137,9 +137,9 @@ if [ $SPDK_TEST_VHOST -eq 1 ]; then
timing_exit negative
if [ $RUN_NIGHTLY -eq 1 ]; then
timing_enter integrity_blk
run_test ./test/vhost/spdk_vhost.sh --integrity-blk
timing_exit integrity_blk
# timing_enter integrity_blk
# run_test ./test/vhost/spdk_vhost.sh --integrity-blk
# timing_exit integrity_blk
timing_enter integrity
run_test ./test/vhost/spdk_vhost.sh --integrity
@ -170,9 +170,9 @@ if [ $SPDK_TEST_VHOST -eq 1 ]; then
run_test ./test/vhost/spdk_vhost.sh --integrity-lvol-scsi
timing_exit integrity_lvol_scsi
timing_enter integrity_lvol_blk
run_test ./test/vhost/spdk_vhost.sh --integrity-lvol-blk
timing_exit integrity_lvol_blk
# timing_enter integrity_lvol_blk
# run_test ./test/vhost/spdk_vhost.sh --integrity-lvol-blk
# timing_exit integrity_lvol_blk
timing_exit vhost
fi