test: add test for experimental verify with loops and time_based options
[fio.git] / t / run-fio-tests.py
index 439991a1a352b5b5815df0a80a78f2526b0cf2e1..e5b307ac0db81e7d2dc80bddb1e0312651003df4 100755 (executable)
@@ -1205,6 +1205,15 @@ TEST_LIST = [
         'output_format':    'json',
         'requirements':     [],
     },
+    {
+        'test_id':          26,
+        'test_class':       FioJobTest,
+        'job':              't0026.fio',
+        'success':          SUCCESS_DEFAULT,
+        'pre_job':          None,
+        'pre_success':      None,
+        'requirements':     [Requirements.not_windows],
+    },
     {
         'test_id':          1000,
         'test_class':       FioExeTest,