pymtt
 All Classes Namespaces Files Functions Variables Groups
Public Member Functions | Public Attributes | List of all members
Watchdog.Watchdog Class Reference
+ Inheritance diagram for Watchdog.Watchdog:
+ Collaboration diagram for Watchdog.Watchdog:

Public Member Functions

def __init__
 
def print_name
 
def print_options
 
def start
 
def stop
 
def reset
 
def activate
 
def deactivate
 
def defaultHandler
 
def convert_to_timeout
 
def execute
 
- Public Member Functions inherited from BaseMTTUtility.BaseMTTUtility
def __init__
 
def print_name
 

Public Attributes

 options
 
 timer
 
 timeout
 
 testDef
 
 activated
 

Detailed Description

Definition at line 28 of file Watchdog.py.

Constructor & Destructor Documentation

def Watchdog.Watchdog.__init__ (   self,
  timeout = 360,
  testDef = None 
)

Definition at line 30 of file Watchdog.py.

Member Function Documentation

def Watchdog.Watchdog.activate (   self)

Definition at line 68 of file Watchdog.py.

def Watchdog.Watchdog.convert_to_timeout (   self,
  timeout 
)

Definition at line 86 of file Watchdog.py.

+ Here is the caller graph for this function:

def Watchdog.Watchdog.deactivate (   self)

Definition at line 74 of file Watchdog.py.

+ Here is the call graph for this function:

def Watchdog.Watchdog.defaultHandler (   self)

Definition at line 82 of file Watchdog.py.

+ Here is the caller graph for this function:

def Watchdog.Watchdog.execute (   self,
  log,
  keyvals,
  testDef 
)

Definition at line 104 of file Watchdog.py.

+ Here is the call graph for this function:

def Watchdog.Watchdog.print_name (   self)

Definition at line 41 of file Watchdog.py.

def Watchdog.Watchdog.print_options (   self,
  testDef,
  prefix 
)

Definition at line 44 of file Watchdog.py.

def Watchdog.Watchdog.reset (   self)

Definition at line 64 of file Watchdog.py.

+ Here is the call graph for this function:

def Watchdog.Watchdog.start (   self)

Definition at line 51 of file Watchdog.py.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def Watchdog.Watchdog.stop (   self)

Definition at line 58 of file Watchdog.py.

+ Here is the caller graph for this function:

Member Data Documentation

Watchdog.Watchdog.activated

Definition at line 39 of file Watchdog.py.

Watchdog.Watchdog.options

Definition at line 33 of file Watchdog.py.

Watchdog.Watchdog.testDef

Definition at line 38 of file Watchdog.py.

Watchdog.Watchdog.timeout

Definition at line 37 of file Watchdog.py.

Watchdog.Watchdog.timer

Definition at line 36 of file Watchdog.py.


The documentation for this class was generated from the following file: