]> git.droids-corp.org - dpdk.git/commitdiff
test/hash: add r/w concurrency to autotest
authorYipeng Wang <yipeng1.wang@intel.com>
Fri, 26 Oct 2018 09:53:46 +0000 (02:53 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 26 Oct 2018 20:14:17 +0000 (22:14 +0200)
Add read-write concurrency test to meson and autotest
file.

Fixes: 0eb3726ebcf1 ("test/hash: add test for read/write concurrency")
Cc: stable@dpdk.org
Signed-off-by: Yipeng Wang <yipeng1.wang@intel.com>
test/test/autotest_data.py
test/test/meson.build

index 92656177f9ea26eb3b7ac1490aaff8d8c3f02bf4..0df686ad15f477e31e8da8254c56a7a4c3c27865 100644 (file)
@@ -573,6 +573,12 @@ non_parallel_test_list = [
         "Func":    default_autotest,
         "Report":  None,
     },
+    {
+        "Name":    "Hash read-write concurrency autotest",
+        "Command": "hash_readwrite_autotest",
+        "Func":    default_autotest,
+        "Report":  None,
+    },
     {
         "Name":    "Hash read-write lock-free concurrency autotest",
         "Command": "hash_readwrite_lf_autotest",
index 7ebe9aba7f5e34fc9127abbcef6ffbcdb5b89b2c..1c1fcd71bf77992e56b63a0654aa9c4f53d1535e 100644 (file)
@@ -173,6 +173,7 @@ test_names = [
        'hash_functions_autotest',
        'hash_multiwriter_autotest',
        'hash_perf_autotest',
+       'hash_readwrite_autotest',
        'hash_readwrite_lf_autotest',
        'interrupt_autotest',
        'kni_autotest',