]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix backup manager formatting error.
authorAvishay Traeger <avishay@il.ibm.com>
Tue, 9 Apr 2013 06:27:46 +0000 (09:27 +0300)
committerAvishay Traeger <avishay@il.ibm.com>
Wed, 10 Apr 2013 08:18:38 +0000 (11:18 +0300)
commit23bd028ce39bebf0f5d2403df328ad55e6eb007e
treed3f94b226c2c0c54160a21ce8fd6fce9a7e6e09e
parent31789cb520121c7adba3a2ef91d1bd158c54f9db
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
cinder/backup/manager.py
cinder/tests/test_netapp.py