Esempio n. 1
0
	def __init__( self, tester, command = None, timeout = None ):
		ShellCommandAction.__init__( self, command, timeout )
		self.__tester = tester
Esempio n. 2
0
	def __init__( self, command = None, timeout = None, combineOutput = True, callback = None ):
		ShellCommandAction.__init__( self, command, timeout, combineOutput = combineOutput )
		self.__callback = callback