app/test: add timer_perf
[dpdk.git] / app / test / autotest_data.py
index d69f280..d98d711 100644 (file)
@@ -444,5 +444,17 @@ non_parallel_test_group_list = [
                },
        ]
 },
-
+{
+       "Prefix":       "timer_perf",
+       "Memory" :      all_sockets(512),
+       "Tests" :       
+       [
+               {
+                "Name" :       "Timer performance autotest",
+                "Command" :    "timer_perf_autotest",
+                "Func" :       default_autotest,
+                "Report" :     None,
+               },
+       ]
+},
 ]