]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
passing tcid to base class
authorAkash Chandrashekar <akash.chandrashekar@citrix.com>
Thu, 19 Nov 2015 16:56:33 +0000 (22:26 +0530)
committerAkash Chandrashekar <akash.chandrashekar@citrix.com>
Thu, 19 Nov 2015 16:56:33 +0000 (22:26 +0530)
exec/testcases/xenserver/tc/maxima.py

index f14ca24495a0d08e2e631cb02275f42afe016c46..7058dc9292438d9cdb755c94850385849be31122 100755 (executable)
@@ -393,8 +393,8 @@ class _VDIPerVM(xenrt.TestCase):
     cli = None
     DISTRO = "generic-linux"
     
-    def __init__(self):
-        xenrt.TestCase.__init__(self)
+    def __init__(self,tcid = None):
+        xenrt.TestCase.__init__(self,tcid=tcid)
         self.vdis = []
         self.cli = None