Commit 4ce7dd66 authored by Jim Harris's avatar Jim Harris
Browse files

test/vhost: disable vhost-blk tests



The vhost blk tests are causing a lot of intermittent
failures in the test pool.  Disable for now while this
is debugged further.

Signed-off-by: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: Ia49db7b48b5850e92f60983348c13f724c8895c0

Reviewed-on: https://review.gerrithub.io/369323


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
parent 2c28fa54
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -122,7 +122,8 @@ fi

if [ $SPDK_TEST_VHOST -eq 1 ]; then
	timing_enter vhost
	run_test ./test/vhost/spdk_vhost.sh --integrity-blk
	# Disable integrity-blk for now while the intermittent failures are debugged.
	#run_test ./test/vhost/spdk_vhost.sh --integrity-blk
	run_test ./test/vhost/spdk_vhost.sh --integrity
	timing_exit vhost
fi