From: Dave Wallace Date: Mon, 16 Nov 2020 23:03:53 +0000 (-0500) Subject: tests: move vpp-api tests to src/vpe-api/test X-Git-Tag: v21.06-rc0~164 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F29963%2F2;p=vpp.git tests: move vpp-api tests to src/vpe-api/test - Refactor make test code to be co-located with the vpp feature source code Type: test Signed-off-by: Dave Wallace Change-Id: Ic42bbd4e13606a5fdc91143ecc6452102ec337fe --- diff --git a/test/test_endian.py b/src/vpp-api/test/test_endian.py similarity index 100% rename from test/test_endian.py rename to src/vpp-api/test/test_endian.py diff --git a/test/test_vapi.py b/src/vpp-api/test/test_vapi.py similarity index 100% rename from test/test_vapi.py rename to src/vpp-api/test/test_vapi.py diff --git a/test/test_vpe_api.py b/src/vpp-api/test/test_vpe_api.py similarity index 100% rename from test/test_vpe_api.py rename to src/vpp-api/test/test_vpe_api.py