Revert "test/vhost: reenable resets"

This reverts commit 28db2ce082.

Even with latest changes, there are still some intermittent
failures in the CI test pool.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I16649fe8e161dc7791fe9e79c48ebe1806f61d5f
Reviewed-on: https://review.gerrithub.io/365873
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Jim Harris 2017-06-16 07:47:52 -07:00 committed by Ben Walker
parent 8fbaa73e69
commit 4f2d6a2fc9

View File

@ -232,7 +232,7 @@ for vm_num in $used_vms; do
vm_check_scsi_location $vm_num
SCSI_DISK="${SCSI_DISK::-1}"
vm_reset_scsi_devices $vm_num $SCSI_DISK
#vm_reset_scsi_devices $vm_num $SCSI_DISK
run_fio+="127.0.0.1:$(cat $vm_dir/fio_socket):"
for disk in $SCSI_DISK; do
@ -257,9 +257,9 @@ fi
$run_fio
for vm_num in $used_vms; do
vm_reset_scsi_devices $vm_num $SCSI_DISK
done
#for vm_num in $used_vms; do
#vm_reset_scsi_devices $vm_num $SCSI_DISK
#done
if ! $no_shutdown; then
echo "==============="