Home | History | Annotate | Download | only in common

Lines Matching refs:def

18 def AddScriptDirToPath():
36 def LogCmd(self, cmd, machine='', user=''):
42 def LogError(self, msg):
45 def LogWarning(self, msg):
48 def LogOutput(self, msg):
54 def __init__(self):
62 def stdout(self):
66 def stderr(self):
69 def DataReceivedOnOutput(self, data):
72 def DataReceivedOnError(self, data):
79 def setUp(self):
82 def tearDown(self):
85 def RunCommand(self, method, **kwargs):
92 def testCommandTimeout(self):
98 def testCommandTimeoutIfSigTermIgnored(self):
103 def testCommandSucceeded(self):
106 def testCommandFailed(self):
109 def testStringOnOutputStream(self):
114 def testStringOnErrorStream(self):
119 def testOutputStreamNonInteractive(self):
124 def testErrorStreamNonInteractive(self):
129 def testAttemptToRead(self):
132 def testInterruptedProcess(self):
139 def testCommandTimeoutIfSigTermIgnored(self):
158 def SleepForMinute(self):
162 def ReturnTrue(self):
165 def ReturnFalse(self):
168 def EchoToOutputStream(self):
172 def EchoToErrorStream(self):
176 def IsOutputStreamInteractive(self):
179 def IsErrorStreamInteractive(self):
182 def IgnoreSigTerm(self):
188 def WaitForInput(self):
196 def TerminateBySigAbrt(self):