Skip to content

Commit f277c5a

Browse files
committed
[FT] Mark test_fip_connection_for_address_scope unstable
The test is failing randomly from quite some time now, marking this unstable until this gets fixed. Related-Bug: #2115026 Change-Id: Idff5aa32df45592992312347ad2eaa424391909a Signed-off-by: yatinkarel <[email protected]> (cherry picked from commit 5454e76)
1 parent e11a326 commit f277c5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neutron/tests/functional/agent/l3/test_dvr_router.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
from neutron.agent.linux import ip_lib
3333
from neutron.agent.linux import iptables_manager
3434
from neutron.common import utils
35+
from neutron.tests import base as test_base
3536
from neutron.tests.common import l3_test_common
3637
from neutron.tests.common import machine_fixtures
3738
from neutron.tests.common import net_helpers
@@ -2180,6 +2181,7 @@ def test_connection_from_diff_address_scope(self):
21802181
test_machine1.assert_no_ping(test_machine2.ip)
21812182
test_machine2.assert_no_ping(test_machine1.ip)
21822183

2184+
@test_base.unstable_test('bug 2115026')
21832185
def test_fip_connection_for_address_scope(self):
21842186
self.agent.conf.agent_mode = 'dvr_snat'
21852187
(machine_same_scope, machine_diff_scope,

0 commit comments

Comments
 (0)