libvirt: switch LibvirtConnTestCase back to NoDBTestCase

The following commit changed LibvirtConnTestCase to inherit
from TestCase

  commit d667b6a63e
  Author: Chris St. Pierre <stpierre@metacloud.com>
  Date:   Wed Dec 3 16:16:34 2014 -0600

    libvirt: Fail when live block migrating instance with volumes

This caused database setup to be performed once more, doubling
the test execution time.

Related-bug: #1398999
Change-Id: Ibad5bf4704a424f73d0e28e7f889ca3db24f7b7e
This commit is contained in:
Daniel P. Berrange 2015-02-17 17:10:49 +00:00
parent c11cd4fa26
commit a390a2f257
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ class FakeNodeDevice(object):
return self.xml
class LibvirtConnTestCase(test.TestCase):
class LibvirtConnTestCase(test.NoDBTestCase):
REQUIRES_LOCKING = True