X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fautotest_data.py;h=7b1d01389be4f0a7d5b2f84f28b98dee5147bce7;hb=d839b2f008b17027baabe98e129c114fe4de58e1;hp=07993a08f9aa4b8630c7a98774898763925c2e7f;hpb=08e0c7581468df8499f272a15f65507cf1b717ad;p=dpdk.git diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index 07993a08f9..7b1d01389b 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -116,12 +116,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", @@ -652,14 +664,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 lock-free concurrency autotest", - "Command": "hash_readwrite_lf_autotest", + "Name": "Hash read-write concurrency perf autotest", + "Command": "hash_readwrite_perf_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "Hash read-write lock-free concurrency perf autotest", + "Command": "hash_readwrite_lf_perf_autotest", "Func": default_autotest, "Report": None, }, @@ -730,6 +748,12 @@ non_parallel_test_list = [ "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",