From c72c34fde2726bd6420c1522a6ccc10de285078b Mon Sep 17 00:00:00 2001 From: Prince Sunny Date: Mon, 17 Jun 2019 08:54:15 -0700 Subject: [PATCH] Enable Vnet/Vxlan VS test (#935) * Enable Vnet/Vxlan test --- tests/test_vxlan_tunnel.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_vxlan_tunnel.py b/tests/test_vxlan_tunnel.py index b9b6569b5e38..c1306b896677 100644 --- a/tests/test_vxlan_tunnel.py +++ b/tests/test_vxlan_tunnel.py @@ -242,8 +242,6 @@ def get_lo(dvs): return lo_id -# TODO: Please fix this test case. -@pytest.mark.skip(reason="Starting Vxlanmgr to be merged") def test_vxlan_term_orch(dvs, testlog): tunnel_map_ids = set() tunnel_map_entry_ids = set()