From: Dave Wallace Date: Mon, 16 Nov 2020 22:44:36 +0000 (-0500) Subject: tests: move fib tests to src/vnet/fib/test X-Git-Tag: v21.10-rc0~794 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f05c9a497c9464f710614450ec2fbf3b9d300343;p=vpp.git tests: move fib tests to src/vnet/fib/test - Refactor make test code to be co-located with the vpp feature source code Type: test Signed-off-by: Dave Wallace Change-Id: I0529eb51b5a6bc2a5f1a49ee9d3320908ad1dba9 --- diff --git a/test/test_dvr.py b/src/vnet/fib/test/test_dvr.py similarity index 100% rename from test/test_dvr.py rename to src/vnet/fib/test/test_dvr.py diff --git a/test/test_fib.py b/src/vnet/fib/test/test_fib.py similarity index 100% rename from test/test_fib.py rename to src/vnet/fib/test/test_fib.py