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 <james.r.harris@intel.com> Change-Id: Ia49db7b48b5850e92f60983348c13f724c8895c0 Reviewed-on: https://review.gerrithub.io/369323 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
parent
2c28fa5426
commit
4ce7dd66cd
@ -122,7 +122,8 @@ fi
|
|||||||
|
|
||||||
if [ $SPDK_TEST_VHOST -eq 1 ]; then
|
if [ $SPDK_TEST_VHOST -eq 1 ]; then
|
||||||
timing_enter vhost
|
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
|
run_test ./test/vhost/spdk_vhost.sh --integrity
|
||||||
timing_exit vhost
|
timing_exit vhost
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user