Remove config parsing call from test setup

Change-Id: Ib30e45d87fc85052114e5727a200e2102c4face6
Fixes: bug #1256027
This commit is contained in:
Dina Belova 2013-11-28 19:52:29 +04:00
parent e352299f63
commit 03f2cb5037

View File

@ -64,7 +64,6 @@ class TestCase(test.BaseTestCase):
"""Run before each test method to initialize test environment."""
super(TestCase, self).setUp()
self.useFixture(config.Config())
cfg.CONF([], project='climate')
self.context_mock = None
def patch(self, obj, attr):