From 1d920de39dbc27e6870c7276c2088f42096bcd3e Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Tue, 28 Jan 2025 22:07:12 +0000 Subject: [PATCH] t/run-fio-test: add t/verify.py Add the verify test script to our test runner. 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 101e95f7..7ceda067 100755 --- a/t/run-fio-tests.py +++ b/t/run-fio-tests.py @@ -1107,6 +1107,14 @@ TEST_LIST = [ 'success': SUCCESS_DEFAULT, 'requirements': [Requirements.linux], }, + { + 'test_id': 1017, + 'test_class': FioExeTest, + 'exe': 't/verify.py', + 'parameters': ['-f', '{fio_path}'], + 'success': SUCCESS_LONG, + 'requirements': [], + }, ] -- 2.25.1