]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove logging in volume tests
authorRongzeZhu <zrzhit@gmail.com>
Fri, 17 Aug 2012 14:24:43 +0000 (22:24 +0800)
committerRongzeZhu <zrzhit@gmail.com>
Fri, 17 Aug 2012 14:24:43 +0000 (22:24 +0800)
commite958531929e04364759a721a689665ef891ff623
tree2320b53f570a3fc06e601c5c7e7a4d2aaa25845d
parentd2babbfd4b59bde09fe17f7b69c86d857a82d104
Remove logging in volume tests

Fixes bug #932137

Usage of logging seems to be limited to the check_for_export() tests and
should be to cleanup. check_for_export() raises an exception if there's
a problem and it does nothing if it succeeds. The tests should just
check whether an exception was raised.

Change-Id: I72bc3d97aa75950c7f31fae03535c541059501c2
cinder/tests/test_volume.py