From 8c007d46fcdb938d8fdf0d5fc296b8f064e7c46f Mon Sep 17 00:00:00 2001 From: Darek Stojaczyk Date: Fri, 27 Mar 2020 17:11:22 +0100 Subject: [PATCH] test/vhost/initiator: remove unused fio sections They had no effect, only the first section was run. I'm not sure how to run more than one, but it's not a problem if we stick to just one. There's another case right below where no `--section` param is specified and all sections are run. Change-Id: I399bef07b671ee81bd289e77f2a8203c96268807 Signed-off-by: Darek Stojaczyk Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1553 Reviewed-by: Karol Latecki Reviewed-by: Shuhei Matsumoto Reviewed-by: Tomasz Zawadzki Tested-by: SPDK CI Jenkins Community-CI: Mellanox Build Bot --- test/vhost/initiator/blockdev.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/vhost/initiator/blockdev.sh b/test/vhost/initiator/blockdev.sh index 1803aadaa..0c25bb0e0 100755 --- a/test/vhost/initiator/blockdev.sh +++ b/test/vhost/initiator/blockdev.sh @@ -67,8 +67,7 @@ killprocess $dummy_spdk_pid # run FIO with previously acquired spdk config files timing_enter run_spdk_fio -run_spdk_fio $testdir/bdev.fio --filename=* --section=job_randwrite --section=job_randrw \ - --section=job_write --section=job_rw --spdk_json_conf=$testdir/bdev.json +run_spdk_fio $testdir/bdev.fio --filename=* --section=job_randwrite --spdk_json_conf=$testdir/bdev.json timing_exit run_spdk_fio timing_enter run_spdk_fio_unmap