A machine environment that a part of a TestScenario runs on.
Each requires a STAF daemon.
|
__init__(self,
host_name,
test_root,
ospl_home=None,
staf_port=6500,
staf_url='
' )
Constructor for a TestNode. |
source code
|
|
|
|
|
get_host_name(self)
Returns the Node hostname or IP or whatever |
source code
|
|
|
get_ospl_env(self)
Return the list of environment variable values applicable to the
configured OSPL_HOME (if any) within this particular TestRun on this
TestNode |
source code
|
|
|
get_ospl_home(self)
Get the value of OSPL_HOME on this TestNode within this particular
TestRun |
source code
|
|
|
|
|
get_staf_url(self)
Returns the url that the STAF daemon is running at on this Node |
source code
|
|
|
get_test_root(self)
Get the location that the built test checkout resides at on this
machine for this run |
source code
|
|
|
is_windows(self)
Returns true if this TestNode is a windows box |
source code
|
|
|
os_name(self)
Returns a string describing the OS on this TestNode |
source code
|
|
|
|