aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBenoît Ganne <bganne@cisco.com>2020-07-20 18:07:49 +0200
committerDave Barach <openvpp@barachs.net>2020-08-03 11:59:00 +0000
commitf3ae9e32664ccc3ce0980fcafee9453a3c0cef9b (patch)
tree4da6517e76837a8ebc81c19b8bbb6796d4cd7661 /test
parent2a0bd4a7d1745bee38ac80bcc4c8bc6e5af2a7cc (diff)
unittest: add clib_count_equal_u8/16/32/64 tests
Type: test Change-Id: I490c1b1a2fa49badda038e6be014c77b9bee6c56 Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'test')
-rw-r--r--test/test_string.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_string.py b/test/test_string.py
index ed7b8cdf88d..51c6a141402 100644
--- a/test/test_string.py
+++ b/test/test_string.py
@@ -33,7 +33,7 @@ class TestString(VppTestCase):
"memcmp_s", "memcpy_s", "memset_s ",
"strcat_s", "strcmp_s", "strcpy_s",
"strncat_s", "strncmp_s", "strncpy_s",
- "strnlen_s", "strstr_s", "strtok_s"]
+ "strnlen_s", "strstr_s", "strtok_s", "clib_count_equal"]
for name in names:
error = self.vapi.cli("test string " + name)