Lines Matching defs:disable

3 # pylint: disable=C0302
33 # pylint: disable=R0913
36 # pylint: disable=W0141
40 # pylint: disable=R0903
47 import string # pylint: disable=W0402
82 def __init__(self, oSession, oTxsSession, oTestVm): # pylint: disable=W0613
506 def parseOption(self, asArgs, iArg): # pylint: disable=R0912,R0915
708 def gctrlCopyFrom(self, oTest, oRes, oGuestSession, subDir = ''): # pylint: disable=R0914
793 def gctrlCopyTo(self, oTest, oGuestSession, subDir = ''): # pylint: disable=R0914
881 def gctrlReadDir(self, oTest, oRes, oGuestSession, subDir = ''): # pylint: disable=R0914
1070 def testGuestCtrlSessionEnvironment(self, oSession, oTxsSession, oTestVm): # pylint: disable=R0914
1228 def testGuestCtrlSession(self, oSession, oTxsSession, oTestVm): # pylint: disable=R0914
1375 def testGuestCtrlSessionFileRefs(self, oSession, oTxsSession, oTestVm): # pylint: disable=R0914
1503 def testGuestCtrlSessionProcRefs(self, oSession, oTxsSession, oTestVm): # pylint: disable=R0914
1657 def testGuestCtrlExec(self, oSession, oTxsSession, oTestVm): # pylint: disable=R0914,R0915
2176 def testGuestCtrlDirCreateTemp(self, oSession, oTxsSession, oTestVm): # pylint: disable=R0914
2335 def testGuestCtrlDirRead(self, oSession, oTxsSession, oTestVm): # pylint: disable=R0914
2483 def testGuestCtrlFileStat(self, oSession, oTxsSession, oTestVm): # pylint: disable=R0914
2568 def testGuestCtrlFileRead(self, oSession, oTxsSession, oTestVm): # pylint: disable=R0914
2718 def testGuestCtrlFileWrite(self, oSession, oTxsSession, oTestVm): # pylint: disable=R0914
2948 def testGuestCtrlCopyFrom(self, oSession, oTxsSession, oTestVm): # pylint: disable=R0914
3043 def testGuestCtrlUpdateAdditions(self, oSession, oTxsSession, oTestVm): # pylint: disable=R0914
3158 class tdAddGuestCtrl(vbox.TestDriver): # pylint: disable=R0902,R0904
3183 def parseOption(self, asArgs, iArg): # pylint: disable=R0912,R0915
3209 def testOneCfg(self, oVM, oTestVm): # pylint: disable=R0915
3264 def testGuestCtrlManual(self, oSession, oTxsSession, oTestVm): # pylint: disable=R0914,R0915,W0613,W0612