t/run-fio-tests: add latency_percentiles.py
authorVincent Fu <vincent.fu@wdc.com>
Tue, 21 Jan 2020 19:10:38 +0000 (14:10 -0500)
committerVincent Fu <vincent.fu@wdc.com>
Tue, 4 Feb 2020 15:14:04 +0000 (10:14 -0500)
Add the latency percentiles test script to the general test script.

Signed-off-by: Vincent Fu <vincent.fu@wdc.com>
t/run-fio-tests.py

index 3d236e376688105b5a7e3eca69a0f615c57f5a1b..efeb771e509b9110b35228206f77b28f7aaab52b 100755 (executable)
@@ -712,6 +712,14 @@ TEST_LIST = [
             'success':          SUCCESS_DEFAULT,
             'requirements':     [Requirements.unittests],
         },
+        {
+            'test_id':          1010,
+            'test_class':       FioExeTest,
+            'exe':              't/latency_percentiles.py',
+            'parameters':       ['-f', '{fio_path}'],
+            'success':          SUCCESS_DEFAULT,
+            'requirements':     [],
+        },
 ]