testVscMinimal Class Reference

Sample script based on seAppBase that demonstrates tele-commands. More...

Inheritance diagram for testVscMinimal:

Inheritance graph
[legend]
Collaboration diagram for testVscMinimal:

Collaboration graph
[legend]
List of all members.

Public Member Functions

def __init__
 MemDump constructor.
def getName
 Return the name of this class.
def setup
 SETUP transition method.
def createGUI
 Create the argument GUI.
def run
 RUN transition method.
def stopRun
def teardown
 TEARDOWN transition method.
def startTestReport
 Add heading and summary to the test report.
def closeTestReport
 Close the test report and add it to exported file list.
def addHwConfigToReport

Private Attributes

 __arg

Detailed Description

Sample script based on seAppBase that demonstrates tele-commands.

Demonstrates queuing memory dump commands to the VSC.

Definition at line 36 of file testVscMinimal.py.


Member Function Documentation

def __init__   self,
  common
 

MemDump constructor.

Parameters:
common ScriptEngineCommon constructor

Reimplemented from seAppBase.

Definition at line 38 of file testVscMinimal.py.

def addHwConfigToReport   self  ) 
 

Definition at line 177 of file testVscMinimal.py.

def closeTestReport   self  ) 
 

Close the test report and add it to exported file list.

Definition at line 165 of file testVscMinimal.py.

def createGUI   self  ) 
 

Create the argument GUI.

Must be passed to an execGUImethod. This is done here in a separate method so that the GUI creation and deletion is done in the GUI thread.

Executing self.__arg = self.rc.createGUI(userArgument, self.rc, 'test1', 1) does not work since the GUI object was being garbage collected (deleted) in the non-GUI thread.

Definition at line 84 of file testVscMinimal.py.

def getName   self  ) 
 

Return the name of this class.

Returns:
Class name

Definition at line 48 of file testVscMinimal.py.

def run   self  ) 
 

RUN transition method.

Definition at line 97 of file testVscMinimal.py.

def setup   self  ) 
 

SETUP transition method.

Definition at line 55 of file testVscMinimal.py.

def startTestReport   self,
  title,
  configPrefs = None
 

Add heading and summary to the test report.

Definition at line 143 of file testVscMinimal.py.

def stopRun   self  ) 
 

Definition at line 131 of file testVscMinimal.py.

def teardown   self  ) 
 

TEARDOWN transition method.

Definition at line 135 of file testVscMinimal.py.


Member Data Documentation

__arg [private]
 

Definition at line 91 of file testVscMinimal.py.


The documentation for this class was generated from the following file:
Generated on Thu Apr 27 20:53:50 2006 for LICOS L02-01-00 by doxygen 1.4.6-NO