diff --git a/octavia_tempest_plugin/tests/api/v2/test_listener.py b/octavia_tempest_plugin/tests/api/v2/test_listener.py index 152f6ff6..2517a83c 100644 --- a/octavia_tempest_plugin/tests/api/v2/test_listener.py +++ b/octavia_tempest_plugin/tests/api/v2/test_listener.py @@ -540,6 +540,11 @@ class ListenerAPITest(test_base.LoadBalancerBaseTest): const.OPERATING_STATUS, const.ONLINE, CONF.load_balancer.build_interval, CONF.load_balancer.build_timeout) + listener3 = waiters.wait_for_status( + self.mem_listener_client.show_listener, listener3[const.ID], + const.OPERATING_STATUS, const.ONLINE, + CONF.load_balancer.build_interval, + CONF.load_balancer.build_timeout) # Test that a different users cannot see the lb_member listeners. expected_allowed = []