From 5764d85c09a0aa486dd2f13e2b59f38080b7303d Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Tue, 21 Nov 2017 13:14:12 +0100 Subject: [PATCH] test/vhost: fix typo in spdk_vhost.sh Typo caused lvol blk test to not run. Change-Id: I1e26b96757450a3ea860e0b74a0b7d976c86bdf2 Signed-off-by: Karol Latecki Reviewed-on: https://review.gerrithub.io/388413 Tested-by: SPDK Automated Test System Reviewed-by: Dariusz Stojaczyk Reviewed-by: Jim Harris Reviewed-by: Daniel Verkamp --- test/vhost/spdk_vhost.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/vhost/spdk_vhost.sh b/test/vhost/spdk_vhost.sh index 7adfb4008..309031ab5 100755 --- a/test/vhost/spdk_vhost.sh +++ b/test/vhost/spdk_vhost.sh @@ -97,7 +97,8 @@ case $1 in ;; -ilb|--integrity-lvol-blk) echo 'Running lvol integrity suite...' - ./lvol/lvol_test.sh --fio-bin=/home/sys_sgsw/fio_ubuntu -ctrl-type=vhost_blk + ./lvol/lvol_test.sh --fio-bin=/home/sys_sgsw/fio_ubuntu \ + --ctrl-type=vhost_blk ;; -hp|--hotplug) echo 'Running hotplug tests suite...'