From 7d63026b953b000559702ca66f0f2ce6e5fb2d1f Mon Sep 17 00:00:00 2001 From: Changpeng Liu Date: Mon, 22 Jan 2018 20:47:22 -0500 Subject: [PATCH] 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 Reviewed-on: https://review.gerrithub.io/395885 Tested-by: SPDK Automated Test System Reviewed-by: Jim Harris Reviewed-by: Dariusz Stojaczyk Reviewed-by: Daniel Verkamp --- autotest.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/autotest.sh b/autotest.sh index 8687c173c..391b7b8f7 100755 --- a/autotest.sh +++ b/autotest.sh @@ -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