From 7df43dc2ce887a253383a311da72e3430e91d01e Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 24 Mar 2021 18:03:01 -0400 Subject: [PATCH] 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 --- {test => src/vppinfra/test}/test_vppinfra.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {test => src/vppinfra/test}/test_vppinfra.py (100%) 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