Comment 4 for bug 1177608

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

Reviewed: https://review.openstack.org/30760
Committed: http://github.com/openstack/tempest/commit/f4fa894fba31cbfd6234bd8b37df2b0c126be748
Submitter: Jenkins
Branch: master

commit f4fa894fba31cbfd6234bd8b37df2b0c126be748
Author: Giulio Fidente <email address hidden>
Date: Tue May 28 18:48:03 2013 +0200

    Fixes the multi-backend skip bug and the cleanup steps

    The multi-backend test class and the tests within should now be
    skipped correctly also when running on python 2.6. Also fixes
    a cleanup problem occurring in case of error in setUpClass and
    speed things up by not creating the 2nd volume/type if backends
    have the same name (in which case only part of the tests can be
    executed).

    Change-Id: Ibeb961ea000bb1d1034f857a64552c7aa75ed4d5
    Fixes: bug #1177608