t/fiotestlib: record test command in more useful format
authorVincent Fu <vincent.fu@samsung.com>
Wed, 7 Jun 2023 00:18:34 +0000 (20:18 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 8 Jun 2023 18:39:07 +0000 (14:39 -0400)
commit8cb1dbbea2a79edfc55597fb36cb910876ddb4a3
tree07dc85aee7c0b604dd2963642938e5a6070d1a30
parent111fa98ea91a8cfbd9e143f9dd7df3857bcbe00d
t/fiotestlib: record test command in more useful format

Instead of recording the test command as a Python object, record it as a
string with spaces delimiting each of the paramters. This way we can use
it to directly issue the command in a shell.

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