File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
neutron/tests/functional/agent/l3 Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 40
40
from neutron .conf .agent import common as agent_config
41
41
from neutron .conf .agent .l3 import config as l3_config
42
42
from neutron .conf import common as common_config
43
+ from neutron .tests import base as test_base
43
44
from neutron .tests .common import l3_test_common
44
45
from neutron .tests .common import net_helpers
45
46
from neutron .tests .functional import base
@@ -703,8 +704,8 @@ def fail_ha_router(self, router):
703
704
ha_device = ip_lib .IPDevice (device_name , router .ha_namespace )
704
705
ha_device .link .set_down ()
705
706
706
- @staticmethod
707
- def wait_until_ha_router_has_state (router , expected_state ):
707
+ @test_base . unstable_test ( "bug 1956958" )
708
+ def wait_until_ha_router_has_state (self , router , expected_state ):
708
709
709
710
def router_has_expected_state ():
710
711
state = router .ha_state
You can’t perform that action at this time.
0 commit comments