From d4a907bdd2f86404790ebbe2c85a7f1b844639f8 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 6 Jan 2021 10:48:45 -0500 Subject: [PATCH] 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 --- {test => src/vnet/vxlan/test}/test_vxlan.py | 0 {test => src/vnet/vxlan/test}/test_vxlan6.py | 0 {test => src/vnet/vxlan/test}/test_vxlan_gbp.py | 0 {test => src/vnet/vxlan/test}/test_vxlan_gpe.py | 0 {test => src/vnet/vxlan/test}/vpp_vxlan_gbp_tunnel.py | 0 {test => src/vnet/vxlan/test}/vpp_vxlan_tunnel.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {test => src/vnet/vxlan/test}/test_vxlan.py (100%) rename {test => src/vnet/vxlan/test}/test_vxlan6.py (100%) rename {test => src/vnet/vxlan/test}/test_vxlan_gbp.py (100%) rename {test => src/vnet/vxlan/test}/test_vxlan_gpe.py (100%) rename {test => src/vnet/vxlan/test}/vpp_vxlan_gbp_tunnel.py (100%) rename {test => src/vnet/vxlan/test}/vpp_vxlan_tunnel.py (100%) 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