From: Dave Wallace Date: Mon, 16 Nov 2020 19:18:51 +0000 (-0500) Subject: tests: move bihash tests to src/vppinfra/test X-Git-Tag: v21.06-rc0~169 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=8de5fc2bd4aedf23ca505b7b97581deb12ade0ed;p=vpp.git 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 --- 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