Merge "Fix test pool to prevent immutability state errors"

This commit is contained in:
Zuul 2020-02-24 16:50:15 +00:00 committed by Gerrit Code Review
commit 640979e76c
1 changed files with 7 additions and 0 deletions

View File

@ -216,3 +216,10 @@ class PoolScenarioTest(test_base.LoadBalancerBaseTest):
const.PROVISIONING_STATUS,
CONF.load_balancer.check_interval,
CONF.load_balancer.check_timeout)
waiters.wait_for_status(
self.mem_lb_client.show_loadbalancer,
self.lb_id, const.PROVISIONING_STATUS,
const.ACTIVE,
CONF.load_balancer.check_interval,
CONF.load_balancer.check_timeout)