diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2021-01-06 10:48:45 -0500 |
---|---|---|
committer | John Lo <lojultra2020@outlook.com> | 2021-03-29 05:24:25 +0000 |
commit | d4a907bdd2f86404790ebbe2c85a7f1b844639f8 (patch) | |
tree | 5bee7205e1940d61118f8490acb23725ae01de38 | |
parent | dc2632e010585e74216d557698ae127a212fe51f (diff) |
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 <dwallacelf@gmail.com>
Change-Id: I66379dfe671628e39dfc9685c4fd70fa0e566f6f
-rw-r--r-- | src/vnet/vxlan/test/test_vxlan.py (renamed from test/test_vxlan.py) | 0 | ||||
-rw-r--r-- | src/vnet/vxlan/test/test_vxlan6.py (renamed from test/test_vxlan6.py) | 0 | ||||
-rw-r--r-- | src/vnet/vxlan/test/test_vxlan_gbp.py (renamed from test/test_vxlan_gbp.py) | 0 | ||||
-rw-r--r-- | src/vnet/vxlan/test/test_vxlan_gpe.py (renamed from test/test_vxlan_gpe.py) | 0 | ||||
-rw-r--r-- | src/vnet/vxlan/test/vpp_vxlan_gbp_tunnel.py (renamed from test/vpp_vxlan_gbp_tunnel.py) | 0 | ||||
-rw-r--r-- | src/vnet/vxlan/test/vpp_vxlan_tunnel.py (renamed from test/vpp_vxlan_tunnel.py) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/test/test_vxlan.py b/src/vnet/vxlan/test/test_vxlan.py index 028275ccedf..028275ccedf 100644 --- a/test/test_vxlan.py +++ b/src/vnet/vxlan/test/test_vxlan.py diff --git a/test/test_vxlan6.py b/src/vnet/vxlan/test/test_vxlan6.py index 123cce9b7ba..123cce9b7ba 100644 --- a/test/test_vxlan6.py +++ b/src/vnet/vxlan/test/test_vxlan6.py diff --git a/test/test_vxlan_gbp.py b/src/vnet/vxlan/test/test_vxlan_gbp.py index f332aced7d8..f332aced7d8 100644 --- a/test/test_vxlan_gbp.py +++ b/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 index c5d6bf07f7c..c5d6bf07f7c 100644 --- a/test/test_vxlan_gpe.py +++ b/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 index 22555858d12..22555858d12 100644 --- a/test/vpp_vxlan_gbp_tunnel.py +++ b/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 index dce5ab86c07..dce5ab86c07 100644 --- a/test/vpp_vxlan_tunnel.py +++ b/src/vnet/vxlan/test/vpp_vxlan_tunnel.py |