Merge branch 'jsonplus2csv' of https://github.com/vincentkfu/fio
[fio.git] / t / run-fio-tests.py
index 36fcb2f442ff534623963a1be5a82e1275355cbe..ea5abc4e64f6c4b30a8af36320fedb5384fa5a25 100755 (executable)
@@ -757,6 +757,14 @@ TEST_LIST = [
         'success':          SUCCESS_DEFAULT,
         'requirements':     [],
     },
+    {
+        'test_id':          1011,
+        'test_class':       FioExeTest,
+        'exe':              't/jsonplus2csv_test.py',
+        'parameters':       ['-f', '{fio_path}'],
+        'success':          SUCCESS_DEFAULT,
+        'requirements':     [],
+    },
 ]