X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fautotest_data.py;h=7b1d01389be4f0a7d5b2f84f28b98dee5147bce7;hb=d839b2f008b17027baabe98e129c114fe4de58e1;hp=e89707e60da5eed90f084950d45d442b11e6d48a;hpb=0d89a9569a10512e1810b2bda819a7a15e236e27;p=dpdk.git diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index e89707e60d..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 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, },