From d198f18b144cf2689a4e97376e0c4a9e05ba87ca Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Wed, 11 May 2016 14:52:16 +0200 Subject: [PATCH] app/test: move cycles autotest to first group The cycles test was wrongly in the group of mempool perf test. It is moved in parallel test group 1 with timer test. Signed-off-by: Thomas Monjalon --- app/test/autotest_data.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index 25cca4eeae..78d2edd5fa 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -57,6 +57,12 @@ parallel_test_group_list = [ "Memory" : per_sockets(8), "Tests" : [ + { + "Name" : "Cycles autotest", + "Command" : "cycles_autotest", + "Func" : default_autotest, + "Report" : None, + }, { "Name" : "Timer autotest", "Command" : "timer_autotest", @@ -376,12 +382,6 @@ non_parallel_test_group_list = [ "Memory" : per_sockets(256), "Tests" : [ - { - "Name" : "Cycles autotest", - "Command" : "cycles_autotest", - "Func" : default_autotest, - "Report" : None, - }, { "Name" : "Mempool performance autotest", "Command" : "mempool_perf_autotest", -- 2.20.1