t/fiotestlib: rearrange constructor and setup steps
authorVincent Fu <vincent.fu@samsung.com>
Tue, 6 Jun 2023 20:38:21 +0000 (20:38 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 8 Jun 2023 18:39:07 +0000 (14:39 -0400)
commit111fa98ea91a8cfbd9e143f9dd7df3857bcbe00d
tree5442551a9c58c4bc81d31bb56e75bf9180dc39a7
parent6544f1ae3ec012d1ec68e1e19d46b2cc27e87f80
t/fiotestlib: rearrange constructor and setup steps

Make the constructor and setup steps more sensible. The constructor now
sets variables that should be fixed throughout the execution of the
test. Some of the setup steps may depend on values set by the
constructor. So keeps those separate.

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