test: add the test for regrow logs with asynchronous I/O replay
[fio.git] / t / run-fio-tests.py
index acdbbf8879d4ce6263b2d4167a6e9719002e3348..1b884d871d53ded1c3e9a2f1143fc8f9e281e646 100755 (executable)
@@ -869,6 +869,15 @@ TEST_LIST = [
         'parameters':       ['--bandwidth-log'],
         'requirements':     [],
     },
+    {
+        'test_id':          31,
+        'test_class':       FioJobFileTest,
+        'job':              't0031.fio',
+        'success':          SUCCESS_DEFAULT,
+        'pre_job':          't0031-pre.fio',
+        'pre_success':      SUCCESS_DEFAULT,
+        'requirements':     [],
+    },
     {
         'test_id':          1000,
         'test_class':       FioExeTest,