File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
neutron/tests/functional/agent/l3 Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 32
32
from neutron .agent .linux import ip_lib
33
33
from neutron .agent .linux import iptables_manager
34
34
from neutron .common import utils
35
+ from neutron .tests import base as test_base
35
36
from neutron .tests .common import l3_test_common
36
37
from neutron .tests .common import machine_fixtures
37
38
from neutron .tests .common import net_helpers
@@ -2180,6 +2181,7 @@ def test_connection_from_diff_address_scope(self):
2180
2181
test_machine1 .assert_no_ping (test_machine2 .ip )
2181
2182
test_machine2 .assert_no_ping (test_machine1 .ip )
2182
2183
2184
+ @test_base .unstable_test ('bug 2115026' )
2183
2185
def test_fip_connection_for_address_scope (self ):
2184
2186
self .agent .conf .agent_mode = 'dvr_snat'
2185
2187
(machine_same_scope , machine_diff_scope ,
You can’t perform that action at this time.
0 commit comments