test: add large pattern test
authorLogan Gunthorpe <logang@deltatee.com>
Fri, 18 Nov 2022 23:16:01 +0000 (16:16 -0700)
committerVincent Fu <vincent.fu@samsung.com>
Sat, 19 Nov 2022 00:36:10 +0000 (19:36 -0500)
commitede04c27b618842e32b2a3349672f6b59a1697e1
tree2228b096acf89e8f38a940c4b4622b8a405a3cf8
parent1fb215e991d260a128e35d761f6850e8d9e4c333
test: add large pattern test

Add a test which writes a file with a 16KB buffer pattern, then
verify the file with the same pattern.

The test writes a single 16KB block and thus should be the same as
the patttern file. Verify that this is the case after the test is
run.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/jobs/t0027.fio [new file with mode: 0644]
t/run-fio-tests.py