]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
TestL2PopulationRpcTestCase: Stop loading linuxbridge mech driver
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 26 Jan 2015 09:33:52 +0000 (18:33 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 27 Jan 2015 07:00:55 +0000 (16:00 +0900)
The driver is loaded but not used by the test.

Change-Id: I012409b219bda97c5341daeb9a4e1c26c553fd96

neutron/tests/unit/ml2/drivers/test_l2population.py

index 0102f46d8aa4b39b89cad3ba975ca0128897ded1..20b5dc85c691314fdeb9e68d09e0410fc0fdf1ca 100644 (file)
@@ -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()