t/run-fio-tests: a few small improvements
authorVincent Fu <vincent.fu@wdc.com>
Tue, 10 Dec 2019 17:54:35 +0000 (12:54 -0500)
committerJens Axboe <axboe@kernel.dk>
Thu, 12 Dec 2019 03:55:07 +0000 (20:55 -0700)
commit6d5470c3545b16187fa00c3d3a9b31991eeb664b
treeb3c1871ae7eae7988b2341131c66f1f38a362f23
parent003fb42b6b39278f26e6da9fd7c24ba01ba38518
t/run-fio-tests: a few small improvements

- add debug option that changes logging level
- improve error handling
- more output on test failures
- Python 3.5 compatibility with pathlib.Path and os.path.join
- warn if fio executable not found but don't abort because some tests
can run without the fio executable

Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/run-fio-tests.py