Revert "Skip functional l3 agent test"

This reverts commit 0918ce91e5. 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
This commit is contained in:
John Schwarz 2014-09-04 14:11:26 +03:00
parent fdf0fa8b43
commit 85aa417d77
1 changed files with 0 additions and 1 deletions

View File

@ -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))