t/run-fio-tests.py: Accept a wider range of IOPS values
authorBart Van Assche <bvanassche@acm.org>
Sun, 7 Jun 2020 19:11:04 +0000 (12:11 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 7 Jun 2020 23:30:42 +0000 (17:30 -0600)
commitc9beb194ef608dc49dd2f7537b90951f3c8b432d
treec9341cc6f883ea37a562f3b270069964d406b8f9
parent8629f5f5c24e8a02c0a168cff22a40ec0788bb2d
t/run-fio-tests.py: Accept a wider range of IOPS values

This patch prevents that test 11 sporadically fails as follows:

DEBUG:root:Test 11: return code: 0
DEBUG:root:Test 11: skipped 0 lines decoding JSON data
DEBUG:root:Test 11: iops1: 997.670549
DEBUG:root:Test 11: ratio: 8.163684

Test 11 FAILED:  iops value mismatch,

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/run-fio-tests.py