From: YAMAMOTO Takashi Date: Mon, 26 Jan 2015 09:33:52 +0000 (+0900) Subject: TestL2PopulationRpcTestCase: Stop loading linuxbridge mech driver X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=edd894cebff71f4cbd4111189f7888a612154d14;p=openstack-build%2Fneutron-build.git TestL2PopulationRpcTestCase: Stop loading linuxbridge mech driver The driver is loaded but not used by the test. Change-Id: I012409b219bda97c5341daeb9a4e1c26c553fd96 --- 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()