Commit 7d63026b authored by Changpeng Liu's avatar Changpeng Liu Committed by Daniel Verkamp
Browse files

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: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-on: https://review.gerrithub.io/395885


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarDariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 49c7451a
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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