Merge "Start an unstarted patch in the hyperv unit tests"
This commit is contained in:
commit
e5aa01f043
@ -54,7 +54,7 @@ class TestHyperVNeutronAgent(base.BaseTestCase):
|
|||||||
|
|
||||||
mock.patch('neutron.openstack.common.loopingcall.'
|
mock.patch('neutron.openstack.common.loopingcall.'
|
||||||
'FixedIntervalLoopingCall',
|
'FixedIntervalLoopingCall',
|
||||||
new=MockFixedIntervalLoopingCall)
|
new=MockFixedIntervalLoopingCall).start()
|
||||||
cfg.CONF.set_default('firewall_driver',
|
cfg.CONF.set_default('firewall_driver',
|
||||||
'neutron.agent.firewall.NoopFirewallDriver',
|
'neutron.agent.firewall.NoopFirewallDriver',
|
||||||
group='SECURITYGROUP')
|
group='SECURITYGROUP')
|
||||||
|
Loading…
Reference in New Issue
Block a user