Merge "convert virt drivers to fully dynamic loading"

This commit is contained in:
Jenkins
2012-06-04 20:24:37 +00:00
committed by Gerrit Code Review

View File

@@ -152,10 +152,6 @@ class TestCase(unittest.TestCase):
self.mox.VerifyAll()
super(TestCase, self).tearDown()
finally:
if FLAGS.connection_type == 'fake':
if hasattr(fake.FakeConnection, '_instance'):
del fake.FakeConnection._instance
if FLAGS.image_service == 'nova.image.fake.FakeImageService':
nova.image.fake.FakeImageService_reset()