diff options
author | Vincent Fu <vincent.fu@wdc.com> | 2019-11-06 11:22:10 -0500 |
---|---|---|
committer | Vincent Fu <vincent.fu@wdc.com> | 2019-11-06 11:22:47 -0500 |
commit | b51c3904a756f643b0144c8628920f47ba476e9b (patch) | |
tree | 552865e1f3341008206899844be0b0d9ed0eb7f5 /t/jobs/t0002-13af05ae-post.fio | |
parent | 94a30f0abcdd162c1f8c32ef46b4328c7b6e5224 (diff) | |
download | fio-b51c3904a756f643b0144c8628920f47ba476e9b.tar.gz fio-b51c3904a756f643b0144c8628920f47ba476e9b.tar.bz2 |
t/jobs: fixup t0002 test jobs
- add .fio extension to match other job files
- change line endings from DOS to UNIX
- use local file instead of device
Diffstat (limited to 't/jobs/t0002-13af05ae-post.fio')
-rw-r--r-- | t/jobs/t0002-13af05ae-post.fio | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/t/jobs/t0002-13af05ae-post.fio b/t/jobs/t0002-13af05ae-post.fio new file mode 100644 index 00000000..d141d406 --- /dev/null +++ b/t/jobs/t0002-13af05ae-post.fio @@ -0,0 +1,24 @@ +[global] +ioengine=libaio +direct=1 +filename=t0002file +iodepth=128 +size=1G +loops=1 +group_reporting=1 +readwrite=read +do_verify=1 +verify=md5 +verify_fatal=1 +numjobs=1 +thread +bssplit=512/50:1M/50 + +[thread0] +offset=0G + +[thread-mix0] +offset=4G +size=1G +readwrite=rw +bsrange=512:1M |