From 7fd8e3e30b9ade5fd0bec57e1293cc1cadf85958 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Tue, 21 Jan 2020 14:10:38 -0500 Subject: [PATCH] t/run-fio-tests: add latency_percentiles.py Add the latency percentiles test script to the general test script. Signed-off-by: Vincent Fu --- t/run-fio-tests.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py index 3d236e37..efeb771e 100755 --- a/t/run-fio-tests.py +++ b/t/run-fio-tests.py @@ -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': [], + }, ] -- 2.25.1