ConfigReader
index
/local_disk/sherwood/RTT/Tools/RunTimeTester/RunTimeTester-00-00-10/src/ConfigReader.py

Reads the jobs config file to determine which jobs to run.
 
The presence of the 5th parameter on a line in the config file is optional as
far as ConfigReader is concerned, and gives the data set to use
(some jobs do not use data sets).
 
The first parameter gives the job options file. If there is no extension to the
file name, '.py' is understood. Thus, to use the old '.txt' option files, supply
the options file with the .txt extension attatched to the job options file name.

 
Modules
            
os
 
Classes
            
ConfigReader
 
class ConfigReader
       
   Methods defined here:
__init__(self, confFile)
fixJobOptions(self, jo)
jobs(self)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'ConfigReader'
 
Data
             __file__ = './ConfigReader.py'
__name__ = 'ConfigReader'