X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fautotest_data.py;h=7b1d01389be4f0a7d5b2f84f28b98dee5147bce7;hb=bb810fd64d2028797cf1db6a21743df554167708;hp=6deb97bcc17af321cd05c4c2ff0ff4c21d3c5c74;hpb=82962b6abbdce0ee3dfc2b3ae4500150ed90428d;p=dpdk.git diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index 6deb97bcc1..7b1d01389b 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -664,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, },