Comment 2 for bug 1187566

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

Reviewed: https://review.openstack.org/31709
Committed: http://github.com/openstack/tempest/commit/0d66049d8542934717b885b9f46b7684036146f6
Submitter: Jenkins
Branch: master

commit 0d66049d8542934717b885b9f46b7684036146f6
Author: Matthew Treinish <email address hidden>
Date: Tue Jun 4 17:26:09 2013 -0400

    Fix a race condition in test_create_delete_image()

    The delete portion test_create_delete_image() in
    ImagesOneServerTest has a race condition between the delete
    and the assertRaises(). This commit fixes this by enabling
    wait_for_resource_deletion() for the images_client and using that
    after the delete request.

    Fixes Bug 1187566

    Change-Id: I13114d6c549756b3d753c9395f82d58cbaec04db