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

Public Member Functions

def __init__
 
def activate
 
def deactivate
 
def print_name
 
def print_options
 
def execute
 
- Public Member Functions inherited from ReporterMTTStage.ReporterMTTStage
def __init__
 
def print_name
 
def ordering
 

Public Attributes

 options
 
 cmds
 

Private Member Functions

def _merge_dict
 
def _submit_test_run
 
def _submit_test_build
 
def _submit_install
 
def _submit_json_data
 
def _extract_param
 
def _get_client_serial
 

Detailed Description

Definition at line 47 of file IUDatabase.py.

Constructor & Destructor Documentation

def IUDatabase.IUDatabase.__init__ (   self)

Definition at line 49 of file IUDatabase.py.

Member Function Documentation

def IUDatabase.IUDatabase._extract_param (   self,
  logger,
  section,
  parameter 
)
private

Definition at line 895 of file IUDatabase.py.

+ Here is the caller graph for this function:

def IUDatabase.IUDatabase._get_client_serial (   self,
  session,
  url,
  httpauth = None 
)
private

Definition at line 910 of file IUDatabase.py.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def IUDatabase.IUDatabase._merge_dict (   self,
  x,
  y 
)
private

Definition at line 225 of file IUDatabase.py.

+ Here is the caller graph for this function:

def IUDatabase.IUDatabase._submit_install (   self,
  logger,
  lg,
  metadata,
  s,
  url,
  httpauth = None 
)
private

Definition at line 660 of file IUDatabase.py.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def IUDatabase.IUDatabase._submit_json_data (   self,
  payload,
  s,
  url,
  httpauth = None 
)
private

Definition at line 858 of file IUDatabase.py.

+ Here is the caller graph for this function:

def IUDatabase.IUDatabase._submit_test_build (   self,
  logger,
  lg,
  metadata,
  s,
  url,
  httpauth = None 
)
private

Definition at line 502 of file IUDatabase.py.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def IUDatabase.IUDatabase._submit_test_run (   self,
  logger,
  lg,
  metadata,
  s,
  url,
  testDef,
  httpauth = None 
)
private

Definition at line 230 of file IUDatabase.py.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def IUDatabase.IUDatabase.activate (   self)

Definition at line 68 of file IUDatabase.py.

def IUDatabase.IUDatabase.deactivate (   self)

Definition at line 74 of file IUDatabase.py.

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

Definition at line 87 of file IUDatabase.py.

+ Here is the call graph for this function:

def IUDatabase.IUDatabase.print_name (   self)

Definition at line 78 of file IUDatabase.py.

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

Definition at line 81 of file IUDatabase.py.

Member Data Documentation

IUDatabase.IUDatabase.cmds

Definition at line 66 of file IUDatabase.py.

IUDatabase.IUDatabase.options

Definition at line 52 of file IUDatabase.py.


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