|
__init__(self,
node=None,
test_case=None)
Constructs a Process associating it with a particualar TestScenario
and Node |
source code
|
|
|
get_args(self)
Get the process 'user' arguments |
source code
|
|
|
get_command(self)
Get the process executable name |
source code
|
|
|
get_log_file(self)
Return the standard out / error log file name for this process that
has been set explicitly or a suitable default otherwise. |
source code
|
|
|
|
|
|
|
get_test_lib_args(self)
Get the additional process args required to initialise the OSPL test
lib interprocess synchronisation stuff (if required) You can of
course do this 'manually' but this does it for you if you've stuck to
the usual case. |
source code
|
|
|
|
|
set_args(self,
args)
Set the process 'user' arguments |
source code
|
|
|
set_command(self,
command)
Set the process executable name |
source code
|
|
|
set_log_file(self,
file_name)
Set a log file name that is to be used for standard out and error
collection for this process. |
source code
|
|
|
|
|
|