]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
remove pointless test TestN1kvNonDbTest
authorAaron Rosen <arosen@nicira.com>
Fri, 21 Feb 2014 21:29:41 +0000 (13:29 -0800)
committerAaron Rosen <arosen@nicira.com>
Fri, 21 Feb 2014 22:43:12 +0000 (14:43 -0800)
Change-Id: Id0cd2ea394276f159c7edfadbdc517a16b24776c
closes-bug: #1283250

neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py

index 6cbbeea257dc60ad3b425090744c46231f72c910..72761f44916edce693b98baeb86d3fff361f72de 100644 (file)
@@ -31,7 +31,6 @@ from neutron.plugins.cisco.extensions import n1kv_profile
 from neutron.plugins.cisco.extensions import network_profile
 from neutron.plugins.cisco.n1kv import n1kv_client
 from neutron.plugins.cisco.n1kv import n1kv_neutron_plugin
-from neutron.tests import base
 from neutron.tests.unit import test_api_v2
 from neutron.tests.unit import test_db_plugin as test_plugin
 
@@ -383,16 +382,3 @@ class TestN1kvSubnets(test_plugin.TestSubnetsV2,
                       N1kvPluginTestCase):
 
     pass
-
-
-class TestN1kvNonDbTest(base.BaseTestCase):
-
-    """
-    This test class here can be used to test the plugin directly,
-    without going through the DB plugin test cases.
-
-    None of the set-up done in N1kvPluginTestCase applies here.
-
-    """
-    def test_db(self):
-        db.configure_db()