Skip to content

Commit ab76c63

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[FT] Mark test_fip_connection_for_address_scope unstable" into stable/2025.1
2 parents e22bdbd + f277c5a commit ab76c63

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)