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.


Member Function 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.

def life_test::test_record::LogEntry::write_to_lst (   self  ) 
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 124 of file test_record.py.

Definition at line 123 of file test_record.py.

Definition at line 127 of file test_record.py.

Definition at line 126 of file test_record.py.

Definition at line 117 of file test_record.py.

Definition at line 118 of file test_record.py.

Definition at line 120 of file test_record.py.

Definition at line 119 of file test_record.py.

Definition at line 114 of file test_record.py.

Definition at line 116 of file test_record.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables


life_test
Author(s): Kevin Watts
autogenerated on Fri Jan 11 09:35:06 2013