From 283890cb71959a26c594373d2a677c96eb1cc90f Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Tue, 3 Dec 2019 13:47:29 +0100 Subject: [PATCH] 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 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/476601 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Shuhei Matsumoto Reviewed-by: Changpeng Liu --- test/vhost/manual.sh | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/test/vhost/manual.sh b/test/vhost/manual.sh index 229a5fa45..b9f593bb0 100755 --- a/test/vhost/manual.sh +++ b/test/vhost/manual.sh @@ -51,22 +51,6 @@ DISKS_NUMBER=$(lspci -mm -n | grep 0108 | tr -d '"' | awk -F " " '{print "0000:" WORKDIR=$(readlink -f $(dirname $0)) 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) echo 'Running hotplug tests suite...' run_test case $WORKDIR/hotplug/scsi_hotplug.sh --fio-bin=$FIO_BIN \ @@ -95,7 +79,7 @@ case $1 in --test-type=spdk_vhost_blk \ --blk-hotremove-test \ --fio-jobs=$WORKDIR/hotplug/fio_jobs/default_integrity.job - ;; + ;; *) echo "unknown test type: $1" exit 1