t/run-fio-tests: rename FioJobTest to FioJobFileTest
authorVincent Fu <vincent.fu@samsung.com>
Fri, 2 Jun 2023 18:55:08 +0000 (18:55 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 8 Jun 2023 18:38:42 +0000 (14:38 -0400)
commit0dc6e911832fca2c5cf9a5ac2663b468ef2c4341
tree8f00c007cdfc1776380a5904b9ee189c76f68831
parentfb551941e7b74e484ccdee863cde84ea1ef4bcbe
t/run-fio-tests: rename FioJobTest to FioJobFileTest

We have two different types of tests based on fio jobs. The ones
referred to by FioJobFileTest consist of running a fio job file. It's
also possible to run a fio job test with options specified on the
command line. Such a class will be defined later.

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