X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fautotest_data.py;h=4b7da45e09b2b755ae8d3ae3861cf706307924fa;hb=c94366cfc641c6ae43d01c2ac4c6b8993817b356;hp=c82fda27946ddcfac3ef99643924308fbfd8d141;hpb=4ccd42591f2fc0aba95c6b5fb18adb50dde99d66;p=dpdk.git diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index c82fda2794..4b7da45e09 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -62,6 +62,12 @@ parallel_test_list = [ "Func": rwlock_autotest, "Report": None, }, + { + "Name": "Lcores autotest", + "Command": "lcores_autotest", + "Func": default_autotest, + "Report": None, + }, { "Name": "Logs autotest", "Command": "logs_autotest", @@ -116,12 +122,24 @@ parallel_test_list = [ "Func": default_autotest, "Report": None, }, + { + "Name": "RIB slow autotest", + "Command": "rib_slow_autotest", + "Func": default_autotest, + "Report": None, + }, { "Name": "RIB6 autotest", "Command": "rib6_autotest", "Func": default_autotest, "Report": None, }, + { + "Name": "RIB6 slow autotest", + "Command": "rib6_slow_autotest", + "Func": default_autotest, + "Report": None, + }, { "Name": "FIB autotest", "Command": "fib_autotest", @@ -134,6 +152,18 @@ parallel_test_list = [ "Func": default_autotest, "Report": None, }, + { + "Name": "FIB6 autotest", + "Command": "fib6_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "FIB6 slow autotest", + "Command": "fib6_slow_autotest", + "Func": default_autotest, + "Report": None, + }, { "Name": "Memcpy autotest", "Command": "memcpy_autotest", @@ -380,6 +410,12 @@ parallel_test_list = [ "Func": default_autotest, "Report": None, }, + { + "Name": "Bitops test", + "Command": "bitops_autotest", + "Func": default_autotest, + "Report": None, + }, { "Name": "Hash multiwriter autotest", "Command": "hash_multiwriter_autotest", @@ -640,14 +676,20 @@ non_parallel_test_list = [ "Report": None, }, { - "Name": "Hash read-write concurrency autotest", - "Command": "hash_readwrite_autotest", + "Name": "Hash read-write concurrency functional autotest", + "Command": "hash_readwrite_func_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "Hash read-write concurrency perf autotest", + "Command": "hash_readwrite_perf_autotest", "Func": default_autotest, "Report": None, }, { - "Name": "Hash read-write lock-free concurrency autotest", - "Command": "hash_readwrite_lf_autotest", + "Name": "Hash read-write lock-free concurrency perf autotest", + "Command": "hash_readwrite_lf_perf_autotest", "Func": default_autotest, "Report": None, }, @@ -712,6 +754,18 @@ non_parallel_test_list = [ "Func": default_autotest, "Report": None, }, + { + "Name": "FIB perf autotest", + "Command": "fib_perf_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "FIB6 perf autotest", + "Command": "fib6_perf_autotest", + "Func": default_autotest, + "Report": None, + }, { "Name": "Efd perf autotest", "Command": "efd_perf_autotest",