X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fautotest_data.py;h=71db4b3f67e9b1bc86cde52b38e2773addc51ecf;hb=f6208425eb7860372ceeebeb2c4636edcfeee79b;hp=6deb97bcc17af321cd05c4c2ff0ff4c21d3c5c74;hpb=95d45cde11c95c775308e7f6ae170b4f8cbac096;p=dpdk.git diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index 6deb97bcc1..71db4b3f67 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -664,8 +664,14 @@ 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, },