]> git.proxmox.com Git - ovs.git/blobdiff - tests/library.at
lib: Add new 'counting cmap' type.
[ovs.git] / tests / library.at
index 8b1c443e8ca0a6124b8016a8a10adaa81780a07d..8e6d6025ed3efb65472c32022d74baa01a134fd0 100644 (file)
@@ -33,6 +33,12 @@ AT_CHECK([ovstest test-cmap check 1], [0], [...
 ])
 AT_CLEANUP
 
+AT_SETUP([test counting cockoo hash])
+AT_KEYWORDS([cmap])
+AT_CHECK([ovstest test-ccmap check 1], [0], [...
+])
+AT_CLEANUP
+
 AT_SETUP([test atomic operations])
 AT_CHECK([ovstest test-atomic])
 AT_CLEANUP