TestL2PopulationRpcTestCase: Stop loading linuxbridge mech driver

The driver is loaded but not used by the test.

Change-Id: I012409b219bda97c5341daeb9a4e1c26c553fd96
This commit is contained in:
YAMAMOTO Takashi 2015-01-26 18:33:52 +09:00
parent 910470de36
commit edd894cebf
1 changed files with 1 additions and 2 deletions

View 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()