t/run-fio-tests: fix issues identified by pylint3 and pyflakes3
authorVincent Fu <vincentfu@gmail.com>
Sat, 25 Jul 2020 17:20:33 +0000 (13:20 -0400)
committerVincent Fu <vincentfu@gmail.com>
Sat, 25 Jul 2020 19:01:57 +0000 (15:01 -0400)
commit061a0773e910417aeca7b95b12248489d29aea84
tree134aa9d9c9fd3bbab5b2aff6706ae7110aedb5a7
parent8854e36839aaa9f648df8fa10f914b0781d84222
t/run-fio-tests: fix issues identified by pylint3 and pyflakes3

- fix whitespace issue in function parameter list
- eliminate extra 'requirements' key for t0012
- t0013 does not need a separate test class
- specify string format arguments as logging function parameters
t/run-fio-tests.py