Merge "Set fake rpc backend impl for TestLinuxBridgeAgent"

This commit is contained in:
Jenkins 2013-03-15 14:25:34 +00:00 committed by Gerrit Code Review
commit 56c1d77f5c

View File

@ -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')