Mark L3HA dvr tests unstable

These test randomly fails with NetworkInterfaceNotFound
from quite some time. Until the issue is fixed added unstable_test
decorator so the job do not fail for these.

Related-Bug: #1961740
Change-Id: I1a352526aac72b417f93f51ba50c3359359c240d
This commit is contained in:
yatinkarel 2024-04-16 18:57:45 +05:30
parent 4e9d03d29f
commit 4d405ca675
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,