t/run-fio-test: add t/verify.py
authorVincent Fu <vincent.fu@samsung.com>
Tue, 28 Jan 2025 22:07:12 +0000 (22:07 +0000)
committerVincent Fu <vincentfu@gmail.com>
Thu, 6 Mar 2025 18:58:43 +0000 (13:58 -0500)
Add the verify test script to our test runner.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/run-fio-tests.py

index 101e95f7dc7ccf98a14620c53cc85353279dc9f8..7ceda067a879890d6e755678ead030378070e6b9 100755 (executable)
@@ -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':     [],
+    },
 ]