From 91f045827144c60357008ac1b099158edb99c61e Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Mon, 5 Feb 2018 08:06:06 +0100 Subject: [PATCH] test/vhost: disable nightly filesystem integrity tests Test machines currently do not support virsh causing tests to fail. Temporaraily disable the tests until we get rid of virsh. Change-Id: I93374a11972dadabf7ed7ab44954cc80712f6fec Signed-off-by: Karol Latecki Reviewed-on: https://review.gerrithub.io/398366 Tested-by: SPDK Automated Test System Reviewed-by: Daniel Verkamp Reviewed-by: Jim Harris --- autotest.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/autotest.sh b/autotest.sh index 39af45ab8..a87ca2b5d 100755 --- a/autotest.sh +++ b/autotest.sh @@ -149,13 +149,13 @@ if [ $SPDK_TEST_VHOST -eq 1 ]; then run_test ./test/vhost/spdk_vhost.sh --readonly timing_exit readonly - timing_enter fs_integrity_scsi - run_test ./test/vhost/spdk_vhost.sh --fs-integrity-scsi - timing_exit fs_integrity_scsi + # timing_enter fs_integrity_scsi + # run_test ./test/vhost/spdk_vhost.sh --fs-integrity-scsi + # timing_exit fs_integrity_scsi - timing_enter fs_integrity_blk - run_test ./test/vhost/spdk_vhost.sh --fs-integrity-blk - timing_exit fs_integrity_blk + # timing_enter fs_integrity_blk + # run_test ./test/vhost/spdk_vhost.sh --fs-integrity-blk + # timing_exit fs_integrity_blk timing_enter integrity_lvol_scsi_nightly run_test ./test/vhost/spdk_vhost.sh --integrity-lvol-scsi-nightly