From 36cb370aa595c0a6457014c8133a1f2908a0e1a7 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Mon, 1 Mar 2021 10:59:57 +0100 Subject: [PATCH] Unmark test_router_is_scheduled_on_l3_agents as flaky As Neutron bug which caused problems with that test was fixed in [1] this test isn't flaky anymore. [1] https://review.opendev.org/c/openstack/neutron/+/776423/ Change-Id: Ia1ad6a34fb9e8ab2e8f912f61fb9904fabf43267 --- tobiko/tests/scenario/neutron/test_router.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tobiko/tests/scenario/neutron/test_router.py b/tobiko/tests/scenario/neutron/test_router.py index 85b2054bd..a9140574d 100644 --- a/tobiko/tests/scenario/neutron/test_router.py +++ b/tobiko/tests/scenario/neutron/test_router.py @@ -14,7 +14,6 @@ # under the License. from __future__ import absolute_import -import pytest from oslo_log import log import testtools @@ -122,7 +121,6 @@ class L3HARouterTest(RouterTest): #: Resources stack with Nova server to send messages to stack = tobiko.required_setup_fixture(stacks.L3haServerStackFixture) - @pytest.mark.flaky(reruns=5, reruns_delay=120) @neutron.skip_if_missing_networking_extensions('l3_agent_scheduler') def test_router_is_scheduled_on_l3_agents(self): master_agent, backup_agents = (