t/run-fio-tests: move get_file outside of FioJobFileTest
authorVincent Fu <vincent.fu@samsung.com>
Fri, 2 Jun 2023 19:04:31 +0000 (19:04 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 8 Jun 2023 18:38:56 +0000 (14:38 -0400)
commitecd6d30fcea14e42d933f1895b2f910cbe84506b
treeb0010692a4a0cd0a7dafd9238f5e57680349eb7b
parent0dc6e911832fca2c5cf9a5ac2663b468ef2c4341
t/run-fio-tests: move get_file outside of FioJobFileTest

There's no reason for this helper function to be part of a class. Just
make it an independent helper.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/fiotestcommon.py
t/fiotestlib.py