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...'