Comment 8 for bug 1954535

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.opendev.org/c/openstack/tempest/+/875751
Committed: https://opendev.org/openstack/tempest/commit/d78e405364ca3725820fc7bd4b2f2af198ccc624
Submitter: "Zuul (22348)"
Branch: master

commit d78e405364ca3725820fc7bd4b2f2af198ccc624
Author: Lukas Piwowarski <email address hidden>
Date: Tue Feb 28 15:11:43 2023 +0000

    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