From 4a251d0a9c6a6a5981b6bc6500994fa9b8f1c43c Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 6 May 2021 17:28:12 +0200 Subject: vppinfra: fix tests Type: fix Change-Id: If59a66aae658dd35dbcb4987ab00c306b3c6e2e2 Signed-off-by: Damjan Marion --- src/vppinfra/test_hash.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/vppinfra/test_hash.c') diff --git a/src/vppinfra/test_hash.c b/src/vppinfra/test_hash.c index 7f047d9ec78..95ced448c13 100644 --- a/src/vppinfra/test_hash.c +++ b/src/vppinfra/test_hash.c @@ -184,8 +184,6 @@ test_word_key (hash_test_t * ht) /* *INDENT-ON* */ } - clib_mem_validate (); - if ((error = hash_validate (h))) goto done; @@ -222,8 +220,6 @@ test_word_key (hash_test_t * ht) || (i + 1) % ht->n_iterations_per_validate) continue; - clib_mem_validate (); - if ((error = hash_validate (h))) goto done; @@ -317,8 +313,6 @@ test_string_key (hash_test_t * ht) || (i + 1) % ht->n_iterations_per_validate) continue; - clib_mem_validate (); - if ((error = hash_validate (h))) goto done; @@ -355,8 +349,6 @@ test_string_key (hash_test_t * ht) || (i + 1) % ht->n_iterations_per_validate) continue; - clib_mem_validate (); - if ((error = hash_validate (h))) goto done; -- cgit 1.2.3-korg