Merge "Start an unstarted patch in the hyperv unit tests"

This commit is contained in:
Jenkins 2014-06-09 17:14:40 +00:00 committed by Gerrit Code Review
commit e5aa01f043
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class TestHyperVNeutronAgent(base.BaseTestCase):
mock.patch('neutron.openstack.common.loopingcall.'
'FixedIntervalLoopingCall',
new=MockFixedIntervalLoopingCall)
new=MockFixedIntervalLoopingCall).start()
cfg.CONF.set_default('firewall_driver',
'neutron.agent.firewall.NoopFirewallDriver',
group='SECURITYGROUP')