Ryan Harper wrote:
When generating an html report from make_html_report.py, one needs to
supply the full path to the results directory. This value ends up being
embedded in the output which breaks relocating the results dir to a
different path. This patch adds a new flag that supresses the full path
value when generating the report. I'm looking to generate a summary
html report in the results dir and relocate the results dir to a
different server which can be done with this patch.
Applied.
I've made the following 2 modifications to the commit log:
1. replaced "kvm-autotest:" with "make_html_report:" on the first line.
2. added the following note to the commit message:
Uri: Note that this only works when the html report is generated
(or copied to) the results directory. In other words
make_html_report.py -R -r <result-dir> -f <file-in-result-dir>
It can also be achieved with the following (which is not as convenient):
cd <results-dir>; <runtest_2>/make_html_report.py -r . -f <report.html>
Next, I'm going to change the default control to use this switch.
Thanks,
Uri
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html