commit | d78e405364ca3725820fc7bd4b2f2af198ccc624 | [log] [tgz] |
---|---|---|
author | Lukas Piwowarski <lpiwowar@redhat.com> | Tue Feb 28 15:11:43 2023 +0000 |
committer | Lukas Piwowarski <lpiwowar@redhat.com> | Fri Mar 03 08:07:42 2023 +0000 |
tree | 5f37325270eacbf3524067b6032e909af6102c11 | |
parent | 4c76f1642f6cd2147ceb9a7bea2a27f7a22038cb [diff] |
Fix server cleanup in test_multiple_create test The above-mentioned test uses ServersClient.delete_server function to delete servers. However, this function does not wait for the successful deletion of the servers which sometimes leads to an error (see linked bug). This patch changes the test so that it uses BaseV2ComputeTest.delete_server function which waits for the successful deletion of the server. Closes-Bug: #1954535 Change-Id: Ic1ed48fda03ce3c13198d2dd299b57d68b06e63d