t/run-fio-tests: split source file
authorVincent Fu <vincent.fu@samsung.com>
Fri, 2 Jun 2023 16:25:50 +0000 (16:25 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 8 Jun 2023 16:42:39 +0000 (16:42 +0000)
commitfb551941e7b74e484ccdee863cde84ea1ef4bcbe
tree9a43aa1a1b057840ecf4e695a7ed62221ec2a64b
parent1b4ba547cf45377fffc7a1e60728369997cc7a9b
t/run-fio-tests: split source file

This is the first step in creating a test library that can be used by
other python test scripts to reduce code duplication.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/fiotestcommon.py [new file with mode: 0644]
t/fiotestlib.py [new file with mode: 0755]
t/run-fio-tests.py