Skip to content

Commit

Permalink
t/strided: adapt to use fiotestlib
Browse files Browse the repository at this point in the history
Use the FioJobCmdTest class and the run_fio_test runner to execute the
tests.

Also update run-fio-tests.py to accommodate the new way of specifying
the path to the fio executable.

Signed-off-by: Vincent Fu <[email protected]>
  • Loading branch information
vincentkfu committed Jun 8, 2023
1 parent 885e170 commit 5a36d0e
Show file tree
Hide file tree
Showing 2 changed files with 391 additions and 298 deletions.
2 changes: 1 addition & 1 deletion t/run-fio-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ def check_result(self):
'test_id': 1006,
'test_class': FioExeTest,
'exe': 't/strided.py',
'parameters': ['{fio_path}'],
'parameters': ['--fio', '{fio_path}'],
'success': SUCCESS_DEFAULT,
'requirements': [],
},
Expand Down
Loading

0 comments on commit 5a36d0e

Please sign in to comment.