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
 

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 44 of file IUDatabase.py.

Constructor & Destructor Documentation

def IUDatabase.IUDatabase.__init__ (   self)

Definition at line 46 of file IUDatabase.py.

Member Function Documentation

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

Definition at line 789 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 804 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 183 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 568 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 762 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 414 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,
  httpauth = None 
)
private

Definition at line 188 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 62 of file IUDatabase.py.

def IUDatabase.IUDatabase.deactivate (   self)

Definition at line 68 of file IUDatabase.py.

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

Definition at line 81 of file IUDatabase.py.

+ Here is the call graph for this function:

def IUDatabase.IUDatabase.print_name (   self)

Definition at line 72 of file IUDatabase.py.

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

Definition at line 75 of file IUDatabase.py.

Member Data Documentation

IUDatabase.IUDatabase.options

Definition at line 49 of file IUDatabase.py.


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