Public Member Functions | Public Attributes
life_test.test_record.LogEntry Class Reference

List of all members.

Public Member Functions

def __init__
def write_to_lst

Public Attributes

 cum_time
 elapsed
 events
 halts
 message
 monitor_msg
 note
 params
 stamp
 status

Detailed Description

Entry in test log. Gets written to CSV output file.

Definition at line 97 of file test_record.py.


Constructor & Destructor Documentation

def life_test.test_record.LogEntry.__init__ (   self,
  stamp,
  elapsed,
  cum_time,
  status,
  message,
  monitor_msg,
  params,
  halts,
  events,
  note 
)
@param stamp float : Timestamp
@param elapsed float : Seconds elapsed since start
@param cum_time float : Cumulative (running) time
@param status str : Status string
@param message str : Message from manager
@param monitor_msg str : Message from test monitor
@param params [ TestParam ] : Values of parameters
@param halts int : Number of halts
@param events int : Number of events
@param note str : Note from user

Definition at line 101 of file test_record.py.


Member Function Documentation

Write data to list, to be written to CSV
@return [ str ] : List of all items

Definition at line 129 of file test_record.py.


Member Data Documentation

Definition at line 112 of file test_record.py.

Definition at line 112 of file test_record.py.

Definition at line 112 of file test_record.py.

Definition at line 112 of file test_record.py.

Definition at line 112 of file test_record.py.

Definition at line 112 of file test_record.py.

Definition at line 112 of file test_record.py.

Definition at line 112 of file test_record.py.

Definition at line 112 of file test_record.py.

Definition at line 112 of file test_record.py.


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


life_test
Author(s): Kevin Watts
autogenerated on Sat Dec 28 2013 17:56:37