An Agent client. Clients connect and send/recieve messages with a
single remote Agent.
|
|
__init__(self,
agentUri,
password,
pythonPaths=None,
imports=None)
Creates and Agent instance and attemps to connect to the AgentMaster. |
source code
|
|
|
|
|
|
|
|
|
|
| StartMonitor(self,
name,
classStr,
params,
restarting=False) |
source code
|
|
|
|
|
|
|
OnTestStarting(self)
Called right before start of test. |
source code
|
|
|
|
OnTestFinished(self)
Called right after a test. |
source code
|
|
|
|
GetMonitorData(self)
Get any monitored data. |
source code
|
|
|
|
DetectedFault(self)
Check if a fault was detected. |
source code
|
|
|
|
OnFault(self)
Called when a fault was detected. |
source code
|
|
|
|
OnShutdown(self)
Called when Agent is shutting down. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| PublisherProperty(self,
name,
property,
value=None) |
source code
|
|
|
|
|
|
|
|