From: Vincent Fu Date: Tue, 28 Jan 2025 22:07:12 +0000 (+0000) Subject: t/run-fio-test: add t/verify.py X-Git-Tag: fio-3.40~43 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=1d920de39dbc27e6870c7276c2088f42096bcd3e;p=fio.git t/run-fio-test: add t/verify.py Add the verify test script to our test runner. Signed-off-by: Vincent Fu --- 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': [], + }, ]