From 85aa417d77bd3402690e26f105465f0338897cfd Mon Sep 17 00:00:00 2001 From: John Schwarz Date: Thu, 4 Sep 2014 14:11:26 +0300 Subject: [PATCH] Revert "Skip functional l3 agent test" This reverts commit 0918ce91e5af5100ee3a4fcd6861741c4f00ac41. The specified commit skipped a test which caused non-deterministic gate failures, but the actual reason for the failures was found and fixed so the skip is no longer needed. Related-bug: #1358206 Related-bug: #1364171 Change-Id: I9b0d9ad9ad8b62ee92877fc0a6db0323604433ac --- neutron/tests/functional/agent/test_l3_agent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/neutron/tests/functional/agent/test_l3_agent.py b/neutron/tests/functional/agent/test_l3_agent.py index b5687c9cf..ed17da08b 100644 --- a/neutron/tests/functional/agent/test_l3_agent.py +++ b/neutron/tests/functional/agent/test_l3_agent.py @@ -100,7 +100,6 @@ class L3AgentTestFramework(base.BaseOVSLinuxTestCase): class L3AgentTestCase(L3AgentTestFramework): def test_router_lifecycle(self): - self.skipTest('This test is suspected of causing bug 1364171') router = self.manage_router() self.assertTrue(self._namespace_exists(router)) -- 2.45.2