From edd894cebff71f4cbd4111189f7888a612154d14 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 26 Jan 2015 18:33:52 +0900 Subject: [PATCH] TestL2PopulationRpcTestCase: Stop loading linuxbridge mech driver The driver is loaded but not used by the test. Change-Id: I012409b219bda97c5341daeb9a4e1c26c553fd96 --- neutron/tests/unit/ml2/drivers/test_l2population.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/neutron/tests/unit/ml2/drivers/test_l2population.py b/neutron/tests/unit/ml2/drivers/test_l2population.py index 0102f46d8..20b5dc85c 100644 --- a/neutron/tests/unit/ml2/drivers/test_l2population.py +++ b/neutron/tests/unit/ml2/drivers/test_l2population.py @@ -97,8 +97,7 @@ DEVICE_OWNER_COMPUTE = 'compute:None' class TestL2PopulationRpcTestCase(test_plugin.Ml2PluginV2TestCase): - _mechanism_drivers = ['openvswitch', 'linuxbridge', - 'ofagent', 'l2population'] + _mechanism_drivers = ['openvswitch', 'ofagent', 'l2population'] def setUp(self): super(TestL2PopulationRpcTestCase, self).setUp() -- 2.45.2