Merge "[Functional] Don't assert that HA router don't have IPs configured" into stable/queens

This commit is contained in:
Zuul 2019-03-27 06:27:14 +00:00 committed by Gerrit Code Review
commit 1ea1c59805
1 changed files with 0 additions and 4 deletions

View File

@ -275,10 +275,6 @@ class L3AgentTestFramework(base.BaseSudoTestCase):
router.process()
if enable_ha:
port = router.get_ex_gw_port()
interface_name = router.get_external_device_name(port['id'])
self._assert_no_ip_addresses_on_interface(router.ns_name,
interface_name)
common_utils.wait_until_true(lambda: router.ha_state == 'master')
# Keepalived notifies of a state transition when it starts,