projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a9dba5
)
t/run-fio-tests: add client/server test script
author
Vincent Fu
<vincent.fu@samsung.com>
Thu, 23 Jan 2025 16:03:18 +0000
(11:03 -0500)
committer
Vincent Fu
<vincent.fu@samsung.com>
Thu, 23 Jan 2025 17:57:42 +0000
(12:57 -0500)
Add the client/server test script to the global test harness.
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/run-fio-tests.py
patch
|
blob
|
blame
|
history
diff --git
a/t/run-fio-tests.py
b/t/run-fio-tests.py
index 384b68717a5376a0f2a331663f85e8e343182925..4ab670de72e5d71323d7604f66097fb2a412fe17 100755
(executable)
--- a/
t/run-fio-tests.py
+++ b/
t/run-fio-tests.py
@@
-1081,6
+1081,14
@@
TEST_LIST = [
'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],
+ },
]