From: Dave Wallace Date: Wed, 24 Mar 2021 22:03:01 +0000 (-0400) Subject: tests: move vppinfra tests to src/vppinfra/test X-Git-Tag: v21.10-rc0~337 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=7df43dc2ce887a253383a311da72e3430e91d01e;p=vpp.git tests: move vppinfra 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: Iceaeab769c08e541b31546663d0e402ced862e5b --- diff --git a/test/test_vppinfra.py b/src/vppinfra/test/test_vppinfra.py similarity index 100% rename from test/test_vppinfra.py rename to src/vppinfra/test/test_vppinfra.py