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.
|
Methods
|
|
_GetInterpreter
__init__
|
|
|
_GetInterpreter
|
_GetInterpreter ( self )
|
|
|
__init__
|
__init__ (
self,
database,
properties,
)
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).
|
|