t/jobs/t0030: add test for --bandwidth-log option
[fio.git] / t / run-fio-tests.py
index 08134e50e120f29115afce464151140124d63a84..acdbbf8879d4ce6263b2d4167a6e9719002e3348 100755 (executable)
@@ -859,6 +859,16 @@ TEST_LIST = [
         'output_format':    'json',
         'requirements':     [],
     },
+    {
+        'test_id':          30,
+        'test_class':       FioJobFileTest,
+        'job':              't0030.fio',
+        'success':          SUCCESS_DEFAULT,
+        'pre_job':          None,
+        'pre_success':      None,
+        'parameters':       ['--bandwidth-log'],
+        'requirements':     [],
+    },
     {
         'test_id':          1000,
         'test_class':       FioExeTest,