Skip to content

Commit 46559ad

Browse files
committed
t/run-fio-tests: add client/server test script
Add the client/server test script to the global test harness. Signed-off-by: Vincent Fu <[email protected]>
1 parent 7a9dba5 commit 46559ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

t/run-fio-tests.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,14 @@ def check_result(self):
10811081
'success': SUCCESS_DEFAULT,
10821082
'requirements': [Requirements.linux, Requirements.nvmecdev],
10831083
},
1084+
{
1085+
'test_id': 1016,
1086+
'test_class': FioExeTest,
1087+
'exe': 't/client_server.py',
1088+
'parameters': ['-f', '{fio_path}'],
1089+
'success': SUCCESS_DEFAULT,
1090+
'requirements': [Requirements.linux],
1091+
},
10841092
]
10851093

10861094

0 commit comments

Comments
 (0)