Skip to content

Commit

Permalink
t/run-fio-tests: add client/server test script
Browse files Browse the repository at this point in the history
Add the client/server test script to the global test harness.

Signed-off-by: Vincent Fu <[email protected]>
  • Loading branch information
vincentkfu committed Jan 23, 2025
1 parent 7a9dba5 commit 46559ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions t/run-fio-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,14 @@ def check_result(self):
'success': SUCCESS_DEFAULT,
'requirements': [Requirements.linux, Requirements.nvmecdev],
},
{
'test_id': 1016,
'test_class': FioExeTest,
'exe': 't/client_server.py',
'parameters': ['-f', '{fio_path}'],
'success': SUCCESS_DEFAULT,
'requirements': [Requirements.linux],
},
]


Expand Down

0 comments on commit 46559ad

Please sign in to comment.