]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
NetApp: Fix failing NetApp tests
authorRushi Agrawal <rushi.agr@gmail.com>
Thu, 11 Apr 2013 14:01:37 +0000 (19:31 +0530)
committerRushi Agrawal <rushi.agr@gmail.com>
Sun, 14 Apr 2013 17:31:36 +0000 (23:01 +0530)
commit0d8f2696bd7911939f28bcf064d03ef79d0be726
treeda819a8dc0a45926b29e04d4e6f5423f7a286875
parentdbc0b4a0940979c2a2df373006c5b17d75d0cdaa
NetApp: Fix failing NetApp tests

The tests were failing due to an upgrade in the testing framework
(possibly due to upgrade of nose package from 1.2.1 to 1.3.0).
The actual reason was a bug in the suds client. A simple
workaround is utilised here, which sets the logging level of a
suds file to INFO instead of DEBUG.

Some 'FutureWarning' warnings from the test output were also
fixed.

Change-Id: Ia67476c23bffa91264cf79f6a26944b450c4f4fc
cinder/tests/test_netapp.py