]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Revert "Skip functional l3 agent test"
authorJohn Schwarz <jschwarz@redhat.com>
Thu, 4 Sep 2014 11:11:26 +0000 (14:11 +0300)
committerJohn Schwarz <jschwarz@redhat.com>
Thu, 4 Sep 2014 14:57:33 +0000 (17:57 +0300)
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

index b5687c9cf3d0c3d9f6d6c85105c8b1906196fb9e..ed17da08b2847bd96ab740a8feee5faf2f007736 100644 (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))