Merge "Speed up kaminario's drivers tests"

This commit is contained in:
Jenkins 2016-10-03 15:12:36 +00:00 committed by Gerrit Code Review
commit 591fb9952c

View File

@ -130,6 +130,7 @@ class TestKaminarioISCSI(test.TestCase):
self.vol.volume_type.extra_specs = {'foo': None}
self.snap = fake_snapshot.fake_snapshot_obj(self.context)
self.snap.volume = self.vol
self.patch('eventlet.sleep')
def _setup_config(self):
self.conf = mock.Mock(spec=configuration.Configuration)