test: add tests for lfsr and norandommap
authorVincent Fu <vincent.fu@samsung.com>
Tue, 30 Aug 2022 13:59:55 +0000 (09:59 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Tue, 30 Aug 2022 13:59:55 +0000 (09:59 -0400)
commiteb40b275dc70ad8bc2003f8f466651dcc2aa0b09
treebc3915e73db5aae5c6267aed3ee9c171c565a68f
parentb68ba328173f5a4714d888f6ce80fd24a4e4c504
test: add tests for lfsr and norandommap

t0021 checks whether the lfsr random generator actually touches every
offset.

t0022 checks whether fio touches offsets more than once when
norandommap=1.

We should have automated tests for basic functionality to detect
problems early.

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