Change-Id: I63049a5cd21ee85fb751c1dfe40224f76752016e
This commit is contained in:
Endre Karlson
2013-11-07 15:04:58 +01:00
committed by David Shrewsbury
parent 7f70dc8ac8
commit ae895c5c60

View File

@@ -117,7 +117,7 @@ class TestCase(test.BaseTestCase):
class ServiceTestCase(test.BaseTestCase):
"""Base test case for Libra tests."""
def setUp(self):
super(TestBase, self).setUp()
super(ServiceTestCase, self).setUp()
options.add_common_opts()
self.CONF = self.useFixture(config.Config(options.CONF)).conf