t/run-fio-tests: address issues identified by pylint
authorVincent Fu <vincent.fu@samsung.com>
Thu, 1 Jun 2023 14:20:17 +0000 (14:20 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 1 Jun 2023 18:12:41 +0000 (14:12 -0400)
commit1b4ba547cf45377fffc7a1e60728369997cc7a9b
tree4011be488e733bb3fa686d23132c7d361b89991c
parent2128f93aacb41fe5990027133162579d39da7ec4
t/run-fio-tests: address issues identified by pylint

- use f strings
- use Python3 syntax for parent classes
- other small cleanups

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