Will manage communication with one or more agent.
|
|
|
|
|
|
|
|
|
|
|
| AddAgent(self,
name,
agentUri,
password=None,
pythonPath=None,
imports=None) |
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
|
|
|
|
|
|
|
|