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

Public Member Functions

def __init__
 
def setOptions
 
def parseOptions
 
def loadPlugins
 
def printInfo
 
def openLogger
 
def fill_log_interpolation
 
def configTest
 
def configNewTest
 
def executeTest
 
def executeCombinatorial
 
def printOptions
 
def selectPlugin
 

Public Attributes

 options
 
 args
 
 loaded
 
 logger
 
 modcmd
 
 execmd
 
 harasser
 
 config
 
 stages
 
 tools
 
 utilities
 
 defaults
 
 log
 
 watchdog
 
 plugin_trans_sem
 
 loader
 
 actives
 

Private Member Functions

def __convert_value
 

Detailed Description

Definition at line 52 of file TestDef.py.

Constructor & Destructor Documentation

def TestDef.TestDef.__init__ (   self)

Definition at line 53 of file TestDef.py.

Member Function Documentation

def TestDef.TestDef.__convert_value (   self,
  opt,
  inval 
)
private

Definition at line 86 of file TestDef.py.

+ Here is the caller graph for this function:

def TestDef.TestDef.configNewTest (   self,
  file 
)

Definition at line 621 of file TestDef.py.

def TestDef.TestDef.configTest (   self)

Definition at line 529 of file TestDef.py.

+ Here is the call graph for this function:

def TestDef.TestDef.executeCombinatorial (   self,
  enable_loop = True 
)

Definition at line 665 of file TestDef.py.

+ Here is the call graph for this function:

def TestDef.TestDef.executeTest (   self,
  enable_loop = True,
  executor = "sequential" 
)

Definition at line 639 of file TestDef.py.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def TestDef.TestDef.fill_log_interpolation (   self,
  basestr,
  sublog 
)

Definition at line 514 of file TestDef.py.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def TestDef.TestDef.loadPlugins (   self,
  basedir,
  topdir 
)

Definition at line 230 of file TestDef.py.

def TestDef.TestDef.openLogger (   self)

Definition at line 503 of file TestDef.py.

def TestDef.TestDef.parseOptions (   self,
  log,
  options,
  keyvals,
  target 
)

Definition at line 154 of file TestDef.py.

+ Here is the call graph for this function:

def TestDef.TestDef.printInfo (   self)

Definition at line 357 of file TestDef.py.

def TestDef.TestDef.printOptions (   self,
  options 
)

Definition at line 668 of file TestDef.py.

def TestDef.TestDef.selectPlugin (   self,
  name,
  category 
)

Definition at line 752 of file TestDef.py.

def TestDef.TestDef.setOptions (   self,
  args 
)

Definition at line 76 of file TestDef.py.

+ Here is the call graph for this function:

Member Data Documentation

TestDef.TestDef.actives

Definition at line 552 of file TestDef.py.

TestDef.TestDef.args

Definition at line 56 of file TestDef.py.

TestDef.TestDef.config

Definition at line 67 of file TestDef.py.

TestDef.TestDef.defaults

Definition at line 71 of file TestDef.py.

TestDef.TestDef.execmd

Definition at line 65 of file TestDef.py.

TestDef.TestDef.harasser

Definition at line 66 of file TestDef.py.

TestDef.TestDef.loaded

Definition at line 60 of file TestDef.py.

TestDef.TestDef.loader

Definition at line 245 of file TestDef.py.

TestDef.TestDef.log

Definition at line 72 of file TestDef.py.

TestDef.TestDef.logger

Definition at line 63 of file TestDef.py.

TestDef.TestDef.modcmd

Definition at line 64 of file TestDef.py.

TestDef.TestDef.options

Definition at line 55 of file TestDef.py.

TestDef.TestDef.plugin_trans_sem

Definition at line 74 of file TestDef.py.

TestDef.TestDef.stages

Definition at line 68 of file TestDef.py.

TestDef.TestDef.tools

Definition at line 69 of file TestDef.py.

TestDef.TestDef.utilities

Definition at line 70 of file TestDef.py.

TestDef.TestDef.watchdog

Definition at line 73 of file TestDef.py.


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