From: Vincent Fu Date: Thu, 23 Jan 2025 16:03:18 +0000 (-0500) Subject: t/run-fio-tests: add client/server test script X-Git-Tag: fio-3.39~8 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=46559adef82f7d0a0712ac31b20d98fa6b0bd7af;p=fio.git 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 --- diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py index 384b6871..4ab670de 100755 --- 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], + }, ]