commit | 21747cc87179f879984905040902465ff810e7d9 | [log] [tgz] |
---|---|---|
author | Gregory Thiemonge <gthiemon@redhat.com> | Thu Apr 06 09:50:38 2023 +0200 |
committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | Tue Aug 08 21:04:06 2023 +0300 |
tree | a50b627a61890e76905b252e2f7acbaf66d36525 | |
parent | 2f7eee6f505c2ec5d067f2c5ae040e41033e6401 [diff] |
Fix request interval in _wait_for_lb_functional The request_interval parameter is passed to the _wait_for_lb_functional function but it wasn't used in the function. Now the function sleeps for request_interval sec for each iteration of the loop. It mitigates some random failures with the TCP listener + least_connection lb_algorithm tests that require a specific delay between the requests [0] [0] https://opendev.org/openstack/octavia-tempest-plugin/src/branch/master/octavia_tempest_plugin/tests/scenario/v2/test_traffic_ops.py#L854 Closes-Bug: PRODX-31486 Change-Id: Idf0a9fb71178abea732748f92f01eed5a55a3228