Home | Trees | Index | Help |
---|
|
object --+ | extension.Extension --+ | target.Target --+ | process_target.ProcessTarget --+ | RSHTarget
A target that runs tests via a remote shell invocation.
A 'RSHTarget' runs tests on a remote computer via a remote shell call. The remote shell is in the style of 'rsh' and 'ssh'. Using the remote shell, the target invokes the 'qmtest remote' script, which services commands sent via 'stdin', and replies via 'stdout'.
|
|||
Inherited from Inherited from |
|
|||
__init__(self,
database,
properties)
Construct a new 'RSHTarget'. |
|||
_GetInterpreter(self)
Return the interpreter to use. |
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
host | |||
remote_shell | |||
arguments | |||
_argument_dictionary | |||
_argument_list | |||
Inherited from Inherited from Inherited from Inherited from |
|
Construct a new 'RSHTarget'. 'database' -- The 'Database' containing the tests that will be run. 'properties' -- A dictionary mapping strings (property names) to strings (property values).
|
Return the interpreter to use. returns -- A list giving the path to an interpreter, and arguments to provide the interpreter. This interpreter is used to run QMTest. If '[]' is returned, then no intepreter is used.
|
|
host
|
remote_shell
|
arguments
|
_argument_dictionary
|
_argument_list
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |