From 8de5fc2bd4aedf23ca505b7b97581deb12ade0ed Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Mon, 16 Nov 2020 14:18:51 -0500 Subject: [PATCH] tests: move bihash tests to src/vppinfra/test - Refactor make test code to be co-located with the vpp feature source code. Type: test Signed-off-by: Dave Wallace Change-Id: I0133a00def595fe1c08ab881633ef9f89148a286 --- {test => src/vppinfra/test}/test_bihash.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {test => src/vppinfra/test}/test_bihash.py (100%) diff --git a/test/test_bihash.py b/src/vppinfra/test/test_bihash.py similarity index 100% rename from test/test_bihash.py rename to src/vppinfra/test/test_bihash.py -- 2.16.6