app/test: isolate lpm performance cases
[dpdk.git] / app / test / autotest_data.py
index dde4511..8a92bb4 100644 (file)
@@ -173,6 +173,12 @@ parallel_test_group_list = [
                 "Func" :       default_autotest,
                 "Report" :     None,
                },
+               {
+                       "Name" :    "LPM6 autotest",
+                       "Command" : "lpm6_autotest",
+                       "Func" :    default_autotest,
+                       "Report" :  None,
+               },
                {
                 "Name" :       "IVSHMEM autotest",
                 "Command" :    "ivshmem_autotest",
@@ -449,19 +455,6 @@ non_parallel_test_group_list = [
                },
        ]
 },
-{
-       "Prefix" :      "lpm6",
-       "Memory" :      "512",
-       "Tests" :
-       [
-               {
-                 "Name" :       "LPM6 autotest",
-                 "Command" :    "lpm6_autotest",
-                 "Func" :       default_autotest,
-                 "Report" :     None,
-                },
-       ]
-},
 {
        "Prefix":       "timer_perf",
        "Memory" :      per_sockets(512),