From d31fe92169d55b3184deb19f59e440b8d82d8fad Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Thu, 1 Aug 2013 16:09:59 +0530 Subject: [PATCH] Remove unused code Signed-off-by: Prasanna Santhanam --- tools/marvin/marvin/cloudstackTestCase.py | 3 --- tools/marvin/marvin/marvinPlugin.py | 2 -- 2 files changed, 5 deletions(-) diff --git a/tools/marvin/marvin/cloudstackTestCase.py b/tools/marvin/marvin/cloudstackTestCase.py index b04342be58c..85ef5423091 100644 --- a/tools/marvin/marvin/cloudstackTestCase.py +++ b/tools/marvin/marvin/cloudstackTestCase.py @@ -35,9 +35,6 @@ def user(Name, DomainName, AcctType): class cloudstackTestCase(unittest.case.TestCase): clstestclient = None - def __init__(self, args): - unittest.case.TestCase.__init__(self, args) - @classmethod def getClsTestClient(cls): return cls.clstestclient diff --git a/tools/marvin/marvin/marvinPlugin.py b/tools/marvin/marvin/marvinPlugin.py index f7b0664856c..1c6eb849ef0 100644 --- a/tools/marvin/marvin/marvinPlugin.py +++ b/tools/marvin/marvin/marvinPlugin.py @@ -22,8 +22,6 @@ import nose.core from marvin.cloudstackTestCase import cloudstackTestCase from marvin import deployDataCenter from nose.plugins.base import Plugin -from functools import partial - class MarvinPlugin(Plugin): """