From 4ce7dd66cd6a063f8b6fb1975513be510bf56c50 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Wed, 12 Jul 2017 21:39:51 -0700 Subject: [PATCH] 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: Jim Harris Change-Id: Ia49db7b48b5850e92f60983348c13f724c8895c0 Reviewed-on: https://review.gerrithub.io/369323 Tested-by: SPDK Automated Test System --- autotest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autotest.sh b/autotest.sh index f6160857c..ea7982e98 100755 --- a/autotest.sh +++ b/autotest.sh @@ -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