Mark fullstack test_ha_router_restart_agents_no_packet_lost as unstable

Even after we merged [1] which should fix this failing test,
it is still failing quite often and we don't have root cause yet.

Lets (again) mark it as unstable for now to make our gate more
stable for now.

[1] https://review.opendev.org/#/c/664629/

Change-Id: I8ab51afc154a4359d9667112d4563faa82f02fcd
Related-Bug: #1798475
This commit is contained in:
Slawek Kaplonski 2019-07-03 16:04:25 +02:00
parent 29ccecebd7
commit 8d8ce04ed6
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ from neutron.agent.l3 import ha_router
from neutron.agent.l3 import namespaces
from neutron.agent.linux import ip_lib
from neutron.common import utils as common_utils
from neutron.tests import base as tests_base
from neutron.tests.common.exclusive_resources import ip_network
from neutron.tests.fullstack import base
from neutron.tests.fullstack.resources import environment
@ -369,6 +370,7 @@ class TestHAL3Agent(TestL3Agent):
"master",
self._get_keepalived_state(keepalived_state_file))
@tests_base.unstable_test("bug 1798475")
def test_ha_router_restart_agents_no_packet_lost(self):
tenant_id = uuidutils.generate_uuid()
ext_net, ext_sub = self._create_external_network_and_subnet(tenant_id)