gentexml.py

Summary [edit section]

gentexml.py is a python program used to take results from a logrun file (and any xml results file it references) and create a single unified xml file. It is part of the report generation system for Fuego

Note: REP_ in variables is short for 'REPORT'

arguments [edit section]

gentexml.py is called from reports.sh, with the following arguments:

main actions [edit section]

gentexml.py reads the runlog file (json format), and processes each item in the 'runLogs' list.

For LogFile entries, it reads the file and formats the res.json contents for resulting xml.

The main feature of the resulting xml file is a table containing rows consisting of:

So the report indicates the results for all Benchmark metrics and Functional results in a single table.

SEE ALSO [edit section]

See also Report Generator, gentexml.py, loggen.py