Merge "Expose StandardLogging fixture for use" into stable/ocata

This commit is contained in:
Jenkins 2017-08-10 20:53:00 +00:00 committed by Gerrit Code Review
commit e4b6084148
1 changed files with 2 additions and 1 deletions

View File

@ -199,7 +199,8 @@ class TestCase(testtools.TestCase):
self.useFixture(nova_fixtures.OutputStreamCapture())
self.useFixture(nova_fixtures.StandardLogging())
self.stdlog = nova_fixtures.StandardLogging()
self.useFixture(self.stdlog)
# NOTE(sdague): because of the way we were using the lock
# wrapper we ended up with a lot of tests that started