test/vhost: remove unused test options from manual.sh
fio.sh script is never used for vhost performance testing. There are separate test scripts created just for this purpose. Change-Id: I55e9b8c0d53100d1ce8077cf1758590bbe971dee Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/476601 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
parent
4256981d5d
commit
283890cb71
@ -51,22 +51,6 @@ DISKS_NUMBER=$(lspci -mm -n | grep 0108 | tr -d '"' | awk -F " " '{print "0000:"
|
|||||||
WORKDIR=$(readlink -f $(dirname $0))
|
WORKDIR=$(readlink -f $(dirname $0))
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
-p|--performance)
|
|
||||||
echo 'Running performance suite...'
|
|
||||||
run_test case $WORKDIR/fiotest/fio.sh --fio-bin=$FIO_BIN \
|
|
||||||
--vm=0,$VM_IMAGE,Nvme0n1p0 \
|
|
||||||
--test-type=spdk_vhost_scsi \
|
|
||||||
--fio-job=$WORKDIR/common/fio_jobs/default_performance.job
|
|
||||||
report_test_completion "vhost_perf"
|
|
||||||
;;
|
|
||||||
-pb|--performance-blk)
|
|
||||||
echo 'Running blk performance suite...'
|
|
||||||
run_test case $WORKDIR/fiotest/fio.sh --fio-bin=$FIO_BIN \
|
|
||||||
--vm=0,$VM_IMAGE,Nvme0n1p0 \
|
|
||||||
--test-type=spdk_vhost_blk \
|
|
||||||
--fio-job=$WORKDIR/common/fio_jobs/default_performance.job
|
|
||||||
report_test_completion "vhost_perf_blk"
|
|
||||||
;;
|
|
||||||
-hp|--hotplug)
|
-hp|--hotplug)
|
||||||
echo 'Running hotplug tests suite...'
|
echo 'Running hotplug tests suite...'
|
||||||
run_test case $WORKDIR/hotplug/scsi_hotplug.sh --fio-bin=$FIO_BIN \
|
run_test case $WORKDIR/hotplug/scsi_hotplug.sh --fio-bin=$FIO_BIN \
|
||||||
|
Loading…
Reference in New Issue
Block a user