t/zbd: avoid test case 31 failure with small devices
[fio.git] / t / run-fio-tests.py
index acdbbf8879d4ce6263b2d4167a6e9719002e3348..225806134e59a6ea3d181500e1f7c1680717363c 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':     [Requirements.linux, Requirements.libaio],
+    },
     {
         'test_id':          1000,
         'test_class':       FioExeTest,