Merge "Mark L3HA dvr tests unstable"

This commit is contained in:
Zuul 2024-04-16 17:15:27 +00:00 committed by Gerrit Code Review
commit 234d7d4238
1 changed files with 1 additions and 0 deletions

View File

@ -405,6 +405,7 @@ class L3AgentTestFramework(base.BaseSudoTestCase):
timeout=15)
return return_copy
@test_base.unstable_test("bug 1961740")
def manage_router(self, agent, router):
self.addCleanup(agent._safe_router_removed, router['id'])
with mock.patch.object(dvr_local_router.DvrLocalRouter,