From ebf2763508535d9b3aaa6753139858b6fdd21f23 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Fri, 21 Feb 2014 13:29:41 -0800 Subject: [PATCH] remove pointless test TestN1kvNonDbTest Change-Id: Id0cd2ea394276f159c7edfadbdc517a16b24776c closes-bug: #1283250 --- neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py b/neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py index 6cbbeea25..72761f449 100644 --- a/neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py +++ b/neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py @@ -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() -- 2.45.2