function gen report
NAME [edit section]
gen_report
SYNOPSIS [edit section]
gen_report
DESCRIPTION [edit section]
If a batch testplan is being executed (BATCH_TESTPLAN and LOGRUN_FILE are set), then gen_report runs a sequence of commands to generate a PDF report for the batch job.This function is only called by a special Jenkins job, called Report.make_pdf.
This program does the following steps:
- creates an XML file, using gentexml.py
- converts the XML file to TEX format, using texml
- converts the TEX file to PDF format, using pdflatex
EXAMPLES [edit section]
Here are some sample invocations:gen_report
ENVIRONMENT and ARGUMENTS [edit section]
RETURN [edit section]
Produces a PDF file from batch job results on success.
SOURCE [edit section]
Located in scripts/reports.sh
SEE ALSO [edit section]