tests: move vxlan tests to src/vnet/vxlan/tests 47/30647/5
authorDave Wallace <dwallacelf@gmail.com>
Wed, 6 Jan 2021 15:48:45 +0000 (10:48 -0500)
committerJohn Lo <lojultra2020@outlook.com>
Mon, 29 Mar 2021 05:24:25 +0000 (05:24 +0000)
commitd4a907bdd2f86404790ebbe2c85a7f1b844639f8
tree5bee7205e1940d61118f8490acb23725ae01de38
parentdc2632e010585e74216d557698ae127a212fe51f
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
src/vnet/vxlan/test/test_vxlan.py [moved from test/test_vxlan.py with 100% similarity]
src/vnet/vxlan/test/test_vxlan6.py [moved from test/test_vxlan6.py with 100% similarity]
src/vnet/vxlan/test/test_vxlan_gbp.py [moved from test/test_vxlan_gbp.py with 100% similarity]
src/vnet/vxlan/test/test_vxlan_gpe.py [moved from test/test_vxlan_gpe.py with 100% similarity]
src/vnet/vxlan/test/vpp_vxlan_gbp_tunnel.py [moved from test/vpp_vxlan_gbp_tunnel.py with 100% similarity]
src/vnet/vxlan/test/vpp_vxlan_tunnel.py [moved from test/vpp_vxlan_tunnel.py with 100% similarity]