X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fautotest_data.py;h=d98d7114c770132e02868671d5665a1c083cd1cf;hb=277afaf3dbcb;hp=d69f2800b53d9b89eac251e141c875b0b41963e5;hpb=f1bd3e38c77a59f8827369f715e723f3696f6a83;p=dpdk.git diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index d69f2800b5..d98d7114c7 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -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, + }, + ] +}, ]