]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove oslo logging from backup unit tests
authorTom Barron <tpb@dyncloud.net>
Thu, 11 Jun 2015 17:07:07 +0000 (13:07 -0400)
committerTom Barron <tpb@dyncloud.net>
Sat, 27 Jun 2015 21:23:34 +0000 (21:23 +0000)
commit39207fa601120f4b9d8471d49717bdf018e3d6d6
tree7b88971df44c1a4b867c96263d6ecf2d21dc3ff6
parent82a2b66a904bfa05f50ba5e5902b9388834c11c4
Remove oslo logging from backup unit tests

Many of the unit tests for backup services import oslo_log and
invoke LOG.debug, LOG.info, etc.  There appears to be no current
reason to do this and, more generally, unit tests for everything
but oslo_log itself should not be doing logging themselves.

This commit removes oslo logging from the backup unit tests.
Closes-bug: 1464772

Change-Id: I2c9f258a43a155e785bac4158cb5e5e0ecfcc797
cinder/tests/unit/api/contrib/test_backups.py
cinder/tests/unit/backup/drivers/test_backup_nfs.py
cinder/tests/unit/backup/fake_service.py
cinder/tests/unit/backup/fake_service_with_verify.py
cinder/tests/unit/backup/fake_swift_client.py
cinder/tests/unit/backup/fake_swift_client2.py
cinder/tests/unit/test_backup.py
cinder/tests/unit/test_backup_ceph.py
cinder/tests/unit/test_backup_swift.py
cinder/tests/unit/test_backup_tsm.py