app/test: move cycles autotest to first group
[dpdk.git] / app / test / autotest_data.py
index 25cca4e..78d2edd 100644 (file)
@@ -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",