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

Writes out html pages for the current RTT run.
 
 
Functions:
 
resultsDir - returns the names of directories containg results.
writePage2 - writes out an html page with jobname, dataset, statuses, and reference
             release for all jobs.
             Also calls writePage3 to give detailed information for each page.

 
Modules
            
os
 
Functions
            
resultsDirs(build, paths)
writePage2(paths, build, jobMinders)
Looks at the status file in the results subdirectory
for the release being processed (self.paths.release), together
with the template Results.html from the work directory
(self.workDir) to make an updated html file with the
current status. This page is written to the results
directory for this release.
 
Data
             __file__ = './HTMLpages.py'
__name__ = 'HTMLpages'