From 4bce8f9a94e4f6ffd9bac7266adb7886ca96b307 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Wed, 14 Feb 2018 16:02:16 -0700 Subject: [PATCH] test/vhost: only enable thin provisioning on vhost-scsi tests This reduces test time - vhost layer itself is not directly impacted by thin provisioning so there is little benefit enabling it on both vhost-scsi and vhost-blk tests. Signed-off-by: Jim Harris Change-Id: Id2d891767f0326d225a98771d52b519d96fe6319 Reviewed-on: https://review.gerrithub.io/399962 Reviewed-by: Shuhei Matsumoto Tested-by: SPDK Automated Test System Reviewed-by: Daniel Verkamp --- test/vhost/spdk_vhost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vhost/spdk_vhost.sh b/test/vhost/spdk_vhost.sh index 8d754b17f..a187cbf88 100755 --- a/test/vhost/spdk_vhost.sh +++ b/test/vhost/spdk_vhost.sh @@ -110,7 +110,7 @@ case $1 in -ilb|--integrity-lvol-blk) echo 'Running lvol integrity suite...' $WORKDIR/lvol/lvol_test.sh -x --fio-bin=$FIO_BIN \ - --ctrl-type=spdk_vhost_blk --thin-provisioning + --ctrl-type=spdk_vhost_blk ;; -ilsn|--integrity-lvol-scsi-nightly) if [[ $DISKS_NUMBER -ge 2 ]]; then