Merge "Wait for floating IP assocation in test_minimum_basic test"

This commit is contained in:
Zuul 2022-07-25 23:37:22 +00:00 committed by Gerrit Code Review
commit 45f82ae325
1 changed files with 2 additions and 0 deletions

View File

@ -234,6 +234,8 @@ class TestMinimumBasicScenario(manager.ScenarioTest):
fip, server)
# fetch the server again to make sure the addresses were refreshed
# after associating the floating IP
waiters.wait_for_server_floating_ip(self.servers_client, server,
floating_ip)
server = self.servers_client.show_server(server['id'])['server']
address = self._get_floating_ip_in_server_addresses(
floating_ip, server)