From 46559adef82f7d0a0712ac31b20d98fa6b0bd7af Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Thu, 23 Jan 2025 11:03:18 -0500 Subject: [PATCH] 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 --- t/run-fio-tests.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py index 384b68717..4ab670de7 100755 --- a/t/run-fio-tests.py +++ b/t/run-fio-tests.py @@ -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], + }, ]