Merge "Set fake rpc backend impl for TestLinuxBridgeAgent"
This commit is contained in:
commit
56c1d77f5c
@ -61,6 +61,8 @@ class TestLinuxBridgeAgent(base.BaseTestCase):
|
||||
|
||||
def setUp(self):
|
||||
super(TestLinuxBridgeAgent, self).setUp()
|
||||
cfg.CONF.set_override('rpc_backend',
|
||||
'quantum.openstack.common.rpc.impl_fake')
|
||||
self.lbmgr_patcher = mock.patch('quantum.plugins.linuxbridge.agent.'
|
||||
'linuxbridge_quantum_agent.'
|
||||
'LinuxBridgeManager')
|
||||
|
Loading…
x
Reference in New Issue
Block a user