Merge "Fix 'Length too long' error in neutron-dsvm-functional tests"

This commit is contained in:
Jenkins 2014-10-28 02:05:25 +00:00 committed by Gerrit Code Review
commit 32b4d42928
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ class KeepalivedManagerTestCase(functional_base.BaseSudoTestCase,
self._configure()
def _configure(self):
cfg.CONF.set_override('debug', True)
cfg.CONF.set_override('debug', False)
config.setup_logging()
config.register_root_helper(cfg.CONF)
cfg.CONF.set_override('root_helper', self.root_helper, group='AGENT')

View File

@ -40,7 +40,7 @@ class L3AgentTestFramework(base.BaseOVSLinuxTestCase):
def _configure(self):
l3_agent._register_opts(cfg.CONF)
cfg.CONF.set_override('debug', True)
cfg.CONF.set_override('debug', False)
config.setup_logging()
cfg.CONF.set_override(
'interface_driver',