Comment 30 for bug 1357055

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

Reviewed: https://review.openstack.org/126908
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=1422a9ac6c40df71978412cddce90870d578989c
Submitter: Jenkins
Branch: master

commit 1422a9ac6c40df71978412cddce90870d578989c
Author: Salvatore <email address hidden>
Date: Wed Oct 8 15:53:25 2014 +0200

    Log identifiers of resources being cleaned up

    On teardown compute API tests clean up resources such as servers
    and images. This patch simply logs the identifiers of these
    resources in order to help debugging failures which might originate
    from problems during cleanup.

    Change-Id: Ied2924bba78ec8f4a3b51df1be69273b28362475
    Related-Bug: #1357055