From 018e488cbc53d2cfe36e44d83e74ec66332c6abe Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Thu, 24 Aug 2017 17:12:56 -0700 Subject: [PATCH] test/vhost: disable scsi resets This is still causing a lot of random failures in the test pool. Disable this for now. There are a series of patches coming up which will improve reset handling significantly - let's wait to re-enable this until that is in place. Signed-off-by: Jim Harris Change-Id: If811fcffa530954857cbb14f0326a53ee462d8c8 Reviewed-on: https://review.gerrithub.io/375651 Tested-by: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Daniel Verkamp --- test/vhost/fiotest/autotest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vhost/fiotest/autotest.sh b/test/vhost/fiotest/autotest.sh index ce66c140b..25416522e 100755 --- a/test/vhost/fiotest/autotest.sh +++ b/test/vhost/fiotest/autotest.sh @@ -304,7 +304,7 @@ for vm_num in $used_vms; do if [[ "$test_type" == "spdk_vhost_scsi" ]]; then vm_check_scsi_location $vm_num - vm_reset_scsi_devices $vm_num $SCSI_DISK + #vm_reset_scsi_devices $vm_num $SCSI_DISK elif [[ "$test_type" == "spdk_vhost_blk" ]]; then vm_check_blk_location $vm_num fi