Peach :: Agent :: power :: AMTPower :: Class AMTPower
[hide private]

Class AMTPower

source code


The tragety that is controling our AMT boxen!

Instance Methods [hide private]
 
__init__(self, args)
Constructor.
source code
 
_canWePing(self) source code
 
_powerCycle(self) source code
 
_hitDahButton(self) source code
 
OnTestStarting(self)
Called right before start of test case or variation
source code
 
OnFault(self)
Called when a fault was detected.
source code

Inherited from agent.Monitor: DetectedFault, GetMonitorData, OnShutdown, OnTestFinished, StopRun

Method Details [hide private]

__init__(self, args)
(Constructor)

source code 

Constructor. Arguments are supplied via the Peach XML file.

Parameters:
  • args (Dictionary) - Dictionary of parameters
Overrides: agent.Monitor.__init__

OnTestStarting(self)

source code 

Called right before start of test case or variation

Overrides: agent.Monitor.OnTestStarting

OnFault(self)

source code 

Called when a fault was detected.

Overrides: agent.Monitor.OnFault