From fcddc0fbda07e6bdb6a6f12ead638551b94573e2 Mon Sep 17 00:00:00 2001 From: Volodymyr Samotiy Date: Thu, 8 Aug 2019 19:38:54 +0300 Subject: [PATCH] [vnet]: Enable "vnet_orch_1" VS test case (#1020) Signed-off-by: Volodymyr Samotiy --- tests/test_vnet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_vnet.py b/tests/test_vnet.py index 9e8b6116502d..2619feeb1ae2 100644 --- a/tests/test_vnet.py +++ b/tests/test_vnet.py @@ -922,7 +922,6 @@ def get_vnet_obj(self): ''' Test 1 - Create Vlan Interface, Tunnel and Vnet ''' - @pytest.mark.skip(reason="Failing. Under investigation") def test_vnet_orch_1(self, dvs, testlog): vnet_obj = self.get_vnet_obj()