]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix LinuxBridge test name from Openvswitch
authorAaron Rosen <arosen@nicira.com>
Thu, 12 Sep 2013 17:30:30 +0000 (10:30 -0700)
committerAaron Rosen <arosen@nicira.com>
Thu, 12 Sep 2013 17:31:00 +0000 (10:31 -0700)
Fixes bug: 1224598

Change-Id: I791108f39e5fc7fcd9532b29d4b117d47907261c

neutron/tests/unit/linuxbridge/test_linuxbridge_plugin.py

index 91c35309164e34085e60f091f236dc1a34875c6b..078971ba631cc961039f9685868c04c182e15acf 100644 (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