Comment 2 for bug 1166600

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

Reviewed: https://review.openstack.org/26459
Committed: http://github.com/openstack/cinder/commit/23bd028ce39bebf0f5d2403df328ad55e6eb007e
Submitter: Jenkins
Branch: master

commit 23bd028ce39bebf0f5d2403df328ad55e6eb007e
Author: Avishay Traeger <email address hidden>
Date: Tue Apr 9 09:27:46 2013 +0300

    Fix backup manager formatting error.

    ID was being printed as %d instead of %s, causing tests to fail. This
    error was previously undetected.
    In addition, NetApp tests are failing due to a bug in the suds
    package, which is no longer actively maintained. This patch adds skips
    to the problematic tests, which should be removed once the issue is
    resolved.

    Change-Id: I5645909f59aa2ea3dc536ed4707ea75754307050
    Fixes: bug 1166600