Remove unused code

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-08-01 16:09:59 +05:30
parent b303fd3428
commit d31fe92169
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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):
"""