]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
set api.extensions logging to ERROR in unit tests
authorSean Dague <sean.dague@samsung.com>
Mon, 7 Apr 2014 21:07:41 +0000 (17:07 -0400)
committerSean Dague <sean.dague@samsung.com>
Mon, 7 Apr 2014 21:07:41 +0000 (17:07 -0400)
commitdf96a03e6c74f1fceb4525900bca885307907b79
treef1c3db7ad5274200b3cf87443674947e2e66a532
parent9009a2296b648b3977fd8c1f3d8324dfe965e1f0
set api.extensions logging to ERROR in unit tests

neutron.api.extensions generates a lot of output in a normal
unit test run. It's responsible for > 80% of the lines in the
subunit_log.txt. Logging each file load 10k times slows everything
down, takes up valuable memory, and doesn't really help with testing.

Instead we can set this to ERROR level in a fixture to ignore most
of that logging and help make the unit tests run faster.

Change-Id: I86b41f20342b4080859ee036220ddffa200f0562
neutron/tests/base.py