Fix LinuxBridge test name from Openvswitch

Fixes bug: 1224598

Change-Id: I791108f39e5fc7fcd9532b29d4b117d47907261c
This commit is contained in:
Aaron Rosen 2013-09-12 10:30:30 -07:00
parent ca99b92719
commit c24058d2fb

View File

@ -71,7 +71,7 @@ class TestLinuxBridgePortBindingNoSG(TestLinuxBridgePortBinding):
FIREWALL_DRIVER = test_sg_rpc.FIREWALL_NOOP_DRIVER
class TestOpenvswitchPortBindingHost(
class TestLinuxBridgePortBindingHost(
LinuxBridgePluginV2TestCase,
test_bindings.PortBindingsHostTestCaseMixin):
pass