t/run-fio-tests: better catch file errors
authorVincent Fu <vincent.fu@wdc.com>
Mon, 18 May 2020 14:26:21 +0000 (10:26 -0400)
committerVincent Fu <vincent.fu@wdc.com>
Mon, 18 May 2020 19:54:25 +0000 (15:54 -0400)
commit15a7398705d7748bc860830fedc28add54c47ee3
tree3c8e92e580228ba1dae8c464c33dfdbfe1d63711
parentef918ab11d63c79490a300b5ce4a8482fc22da18
t/run-fio-tests: better catch file errors

Handle file not found errors more gracefully. Make sure we always catch
exceptions when opening files so that we can fail gracefully when
problems occur.

Signed-off-by: Vincent Fu <vincent.fu@wdc.com>
t/run-fio-tests.py