pymtt
 All Classes Namespaces Files Functions Variables Groups
Modules | Namespaces | Classes | Functions | Variables
Tools

Plugins required by Stages. More...

+ Collaboration diagram for Tools:

Modules

 Build
 Build tools for test content.
 
 CNC
 Comand and control tools for system managment.
 
 Executor
 Executor of test description.
 
 Fetch
 Tools for fetching tests.
 
 Harasser
 Harasser tools for test content.
 
 Launcher
 Tools for launching HPC jobs.
 
 Version
 Tools that collect version information.
 

Namespaces

 BuildMTTTool
 

Classes

class  Autotools.Autotools
 

Functions

def Autotools.Autotools.__init__
 
def Autotools.Autotools.activate
 
def Autotools.Autotools.deactivate
 
def Autotools.Autotools.print_name
 
def Autotools.Autotools.print_options
 
def Autotools.Autotools.execute
 

Variables

 Autotools.Autotools.activated
 
 Autotools.Autotools.options
 
 Autotools.Autotools.exclude
 

Detailed Description

Plugins required by Stages.

Function Documentation

def Autotools.Autotools.__init__ (   self)

Definition at line 43 of file Autotools.py.

def Autotools.Autotools.activate (   self)

Definition at line 65 of file Autotools.py.

def Autotools.Autotools.deactivate (   self)

Definition at line 72 of file Autotools.py.

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

Definition at line 87 of file Autotools.py.

def Autotools.Autotools.print_name (   self)

Definition at line 78 of file Autotools.py.

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

Definition at line 81 of file Autotools.py.

Variable Documentation

Autotools.Autotools.activated

Definition at line 45 of file Autotools.py.

Autotools.Autotools.exclude

Definition at line 62 of file Autotools.py.

Autotools.Autotools.options

Definition at line 46 of file Autotools.py.