From: Dave Wallace Date: Wed, 6 Jan 2021 15:48:45 +0000 (-0500) Subject: tests: move vxlan tests to src/vnet/vxlan/tests X-Git-Tag: v21.10-rc0~320 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=d4a907bdd2f86404790ebbe2c85a7f1b844639f8;p=vpp.git tests: move vxlan tests to src/vnet/vxlan/tests - Refactor make test code to be co-located with the vpp feature source code Type: test Signed-off-by: Dave Wallace Change-Id: I66379dfe671628e39dfc9685c4fd70fa0e566f6f --- diff --git a/test/test_vxlan.py b/src/vnet/vxlan/test/test_vxlan.py similarity index 100% rename from test/test_vxlan.py rename to src/vnet/vxlan/test/test_vxlan.py diff --git a/test/test_vxlan6.py b/src/vnet/vxlan/test/test_vxlan6.py similarity index 100% rename from test/test_vxlan6.py rename to src/vnet/vxlan/test/test_vxlan6.py diff --git a/test/test_vxlan_gbp.py b/src/vnet/vxlan/test/test_vxlan_gbp.py similarity index 100% rename from test/test_vxlan_gbp.py rename to src/vnet/vxlan/test/test_vxlan_gbp.py diff --git a/test/test_vxlan_gpe.py b/src/vnet/vxlan/test/test_vxlan_gpe.py similarity index 100% rename from test/test_vxlan_gpe.py rename to src/vnet/vxlan/test/test_vxlan_gpe.py diff --git a/test/vpp_vxlan_gbp_tunnel.py b/src/vnet/vxlan/test/vpp_vxlan_gbp_tunnel.py similarity index 100% rename from test/vpp_vxlan_gbp_tunnel.py rename to src/vnet/vxlan/test/vpp_vxlan_gbp_tunnel.py diff --git a/test/vpp_vxlan_tunnel.py b/src/vnet/vxlan/test/vpp_vxlan_tunnel.py similarity index 100% rename from test/vpp_vxlan_tunnel.py rename to src/vnet/vxlan/test/vpp_vxlan_tunnel.py