From d67ab10e91db0d172dae2716648121edb9fcdc92 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Sat, 6 Nov 2021 13:11:37 +0100 Subject: unittest: remove clib_count_equal_* tests Due to multiarch nature of that code, those tests doesn't bring much value. New tests will be addes as part of refactor. Type: refactor Change-Id: I41056dc99d08cd6ca38f9e00e8cf6a465c90edb7 Signed-off-by: Damjan Marion --- test/test_string.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_string.py') diff --git a/test/test_string.py b/test/test_string.py index c599cf1d3b8..c507c7559ca 100644 --- a/test/test_string.py +++ b/test/test_string.py @@ -32,7 +32,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", "clib_count_equal"] + "strnlen_s", "strstr_s", "strtok_s"] for name in names: error = self.vapi.cli("test string " + name) -- cgit 1.2.3-korg