Merge "Fix placement of VRRP failover check"

This commit is contained in:
Zuul 2019-11-02 13:57:20 +00:00 committed by Gerrit Code Review
commit a5dcefaeba
1 changed files with 3 additions and 3 deletions

View File

@ -273,9 +273,6 @@ class ActiveStandbyIptablesScenarioTest(
# Delete active amphora
self.os_admin_servers_client.delete_server(active[const.COMPUTE_ID])
# Send some traffic
self.check_members_balanced(self.lb_vip_address)
# Wait for the amphora failover to start
waiters.wait_for_status(
self.mem_lb_client.show_loadbalancer,
@ -283,6 +280,9 @@ class ActiveStandbyIptablesScenarioTest(
const.PENDING_UPDATE, CONF.load_balancer.check_interval,
CONF.load_balancer.check_timeout)
# Send some traffic (checks VRRP failover)
self.check_members_balanced(self.lb_vip_address)
# Wait for the load balancer to return to ACTIVE
waiters.wait_for_status(
self.mem_lb_client.show_loadbalancer,