From: Dave Wallace Date: Mon, 16 Nov 2020 19:41:55 +0000 (-0500) Subject: tests: move buffer tests to src/vlib/test X-Git-Tag: v21.06-rc0~168 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F29957%2F2;p=vpp.git tests: move buffer tests to src/vlib/test - Refactor make test code to be co-located with the vpp feature source code. Type: test Signed-off-by: Dave Wallace Change-Id: Id3f856d9c8de1695edd5b968b8acfa2b382a0139 --- diff --git a/test/test_buffers.py b/src/vlib/test/test_buffers.py similarity index 100% rename from test/test_buffers.py rename to src/vlib/test/test_buffers.py