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

View File

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