From cea8542d6e496360db1b9a3e271e33bf1c6ac294 Mon Sep 17 00:00:00 2001 From: Eugene Nikanorov Date: Fri, 1 Mar 2013 00:13:31 +0400 Subject: [PATCH] Set fake rpc implementation in metaplugin test configuration. fixes bug 1112051 Change-Id: Ie38c930429bc328512a629c61e4e06480549e630 --- quantum/tests/unit/metaplugin/test_metaplugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quantum/tests/unit/metaplugin/test_metaplugin.py b/quantum/tests/unit/metaplugin/test_metaplugin.py index 5a408abee..f9c721fbc 100644 --- a/quantum/tests/unit/metaplugin/test_metaplugin.py +++ b/quantum/tests/unit/metaplugin/test_metaplugin.py @@ -63,6 +63,8 @@ def setup_metaplugin_conf(): cfg.CONF.set_override('base_mac', "12:34:56:78:90:ab") #TODO(nati) remove this after subnet quota change is merged cfg.CONF.set_override('max_dns_nameservers', 10) + cfg.CONF.set_override('rpc_backend', + 'quantum.openstack.common.rpc.impl_fake') class MetaQuantumPluginV2Test(testtools.TestCase): -- 2.45.2