]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove code that bypasses some midonet plugin unit tests
authorRossella Sblendido <rossella@midokura.com>
Tue, 17 Sep 2013 10:12:22 +0000 (10:12 +0000)
committerRossella Sblendido <rossella@midokura.com>
Wed, 18 Sep 2013 11:45:27 +0000 (11:45 +0000)
Multiple subnets unit tests were skipped

Closes-Bug: #1227079
Change-Id: Iffe731722d0e6c515bc64923673218ddde98c1f6

neutron/tests/unit/midonet/test_midonet_plugin.py

index dfc4ecaede6f8d5fc9413771163eeefc4d9c64ea..a6d3f8340e15fbf8cdcdf73fdd79c4d875bf5759 100644 (file)
@@ -113,24 +113,6 @@ class TestMidonetSubnetsV2(test_plugin.TestSubnetsV2,
     def test_create_subnet_inconsistent_ipv6_gatewayv4(self):
         pass
 
-    # Multiple subnets in a network is not supported by MidoNet yet.  Ignore
-    # tests that attempt to create them.
-
-    def test_create_subnets_bulk_emulated(self):
-        pass
-
-    def test_create_two_subnets(self):
-        pass
-
-    def test_list_subnets(self):
-        pass
-
-    def test_list_subnets_with_parameter(self):
-        pass
-
-    def test_create_two_subnets_same_cidr_returns_400(self):
-        pass
-
 
 class TestMidonetPortsV2(test_plugin.TestPortsV2,
                          MidonetPluginV2TestCase):
@@ -140,9 +122,3 @@ class TestMidonetPortsV2(test_plugin.TestPortsV2,
 
     def test_requested_subnet_id_v4_and_v6(self):
         pass
-
-    # Multiple subnets in a network is not supported by MidoNet yet.  Ignore
-    # tests that attempt to create them.
-
-    def test_overlapping_subnets(self):
-        pass