]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix unit tests spam output
authorYuriy Nesenenko <ynesenenko@mirantis.com>
Wed, 29 Apr 2015 17:36:09 +0000 (20:36 +0300)
committerYuriy Nesenenko <ynesenenko@mirantis.com>
Tue, 5 May 2015 16:32:33 +0000 (19:32 +0300)
commit63dfee88a8eabeee36347ad7804299609e74d470
tree748283f37e163addac8a3a83e860a0e236af25f4
parent844b4fd4eaaacb782ff7aac51b41a5f048c0fbfd
Fix unit tests spam output

Some of unit tests print logs to stdout. Tests output should be clear
and contain only necessary information. Debug output should not be mixed
with tests output.

Change-Id: Ia886998693ce559b270f52c3d9f2ac6062e09a67
Closes-Bug: #1449073
cinder/cmd/volume_usage_audit.py
cinder/tests/unit/api/test_wsgi.py
cinder/tests/unit/test_cmd.py
cinder/tests/unit/test_eqlx.py
cinder/tests/unit/test_glusterfs.py
cinder/tests/unit/test_hds_hnas_backend.py
cinder/tests/unit/test_quobyte.py
cinder/tests/unit/test_volume.py