mirror of https://github.com/apache/cloudstack.git
Remove unused code
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
b303fd3428
commit
d31fe92169
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue