summaryrefslogtreecommitdiff
path: root/tests/library.at
diff options
context:
space:
mode:
authorAdrian Moreno <amorenoz@redhat.com>2023-01-10 09:32:01 +0100
committerIlya Maximets <i.maximets@ovn.org>2023-01-11 17:44:55 +0100
commitbd14aa31e39b55d12a366c2c7a627358112f3fca (patch)
treef5c7b38c1c1b415ea3e0c64083f452b1f8163a28 /tests/library.at
parente5d92c1a54852e9b5912aa53417d1f64bfee9af2 (diff)
downloadopenvswitch-bd14aa31e39b55d12a366c2c7a627358112f3fca.tar.gz
tests: Add unit tests to rculist.
Low test coverage on this area caused some errors to remain unnoticed. Add basic functional test of rculist. Signed-off-by: Adrian Moreno <amorenoz@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'tests/library.at')
-rw-r--r--tests/library.at5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/library.at b/tests/library.at
index bafb28277..164ae789d 100644
--- a/tests/library.at
+++ b/tests/library.at
@@ -27,6 +27,11 @@ AT_CHECK([ovstest test-hindex], [0], [.....................
])
AT_CLEANUP
+AT_SETUP([test rcu linked lists])
+AT_CHECK([ovstest test-rculist], [0], [.....
+])
+AT_CLEANUP
+
AT_SETUP([cuckoo hash])
AT_KEYWORDS([cmap])
AT_CHECK([ovstest test-cmap check 1], [0], [...