Loading
test/nvme_perf: reorganize fio config generation
Previous changes moved some of the fio CLI parameters into a bash heredoc to save into a text file, but it was put in wrong place in the script. Move global fio parameters a couple lines up so that the resulting fio config file has the correct form of: [global] global_params [testjob] testjob_params Signed-off-by:Karol Latecki <karol.latecki@intel.com> Change-Id: I3a958fe5ce880ab63a079c345e6b24fd1d3bae32 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3293 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Michal Berger <michalx.berger@intel.com> Reviewed-by:
Paul Luse <paul.e.luse@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>