summaryrefslogtreecommitdiff
path: root/nova/tests/console
diff options
context:
space:
mode:
authorMikhail Durnosvistov <mdurnosvistov@mirantis.com>2014-09-10 11:22:03 +0300
committerMike Durnosvistov <mdurnosvistov@mirantis.com>2014-09-15 17:32:31 +0300
commite98e9ba8c76060de5746186c5dd249b5f025459d (patch)
treed3da7c5ba8ccfb1d58bf34aad877f815be73144b /nova/tests/console
parenta5f09ddddfba65b8fdc6bac994750e5980b27521 (diff)
downloadnova-e98e9ba8c76060de5746186c5dd249b5f025459d.tar.gz
Remove all redundant `setUp` methods.
It would be better if we remove all redundant `setUp` methods and should be added as needed. Change-Id: If6072894f1ced83c8bcf7fd44f8b67ea17a847f1
Diffstat (limited to 'nova/tests/console')
-rw-r--r--nova/tests/console/test_type.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/tests/console/test_type.py b/nova/tests/console/test_type.py
index 7b5a515b73..d9a82d7658 100644
--- a/nova/tests/console/test_type.py
+++ b/nova/tests/console/test_type.py
@@ -18,9 +18,6 @@ from nova import test
class TypeTestCase(test.TestCase):
- def setUp(self):
- super(TypeTestCase, self).setUp()
-
def test_console(self):
c = ctype.Console(host='127.0.0.1', port=8945)