Skip to content

Commit

Permalink
Set fake rpc backend impl for TestLinuxBridgeAgent
Browse files Browse the repository at this point in the history
Fixes bug 1153845

Change-Id: I692bfc16dbd52dacd2a9418f0bd63c3143a25025
  • Loading branch information
eugene64 committed Mar 12, 2013
1 parent cf00be0 commit c20c04d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quantum/tests/unit/linuxbridge/test_lb_quantum_agent.py
Expand Up @@ -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')
Expand Down

0 comments on commit c20c04d

Please sign in to comment.