tools/html_report: Make html report generation autotest generic
commitbf0f7b6775b494a564545a6a924073fe2024c016
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Fri, 29 Apr 2011 03:58:22 +0000 (29 03:58 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Fri, 29 Apr 2011 03:58:22 +0000 (29 03:58 +0000)
treea5f45897b33c41a44e673a60886495600980c44a
parent9b059eef856a6f8d55f0c90ff7fa5a9e11c38df6
tools/html_report: Make html report generation autotest generic

The html report tool was a bit too tied to KVM autotest, and that
was not necessary. Turn it into a generic module that can be used
by any autotest job, encapsulate the main worker function into
autotest API so we don't need to exec it in a subshell, fix naming
of the report and CSS details.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@5337 592f7852-d20e-0410-864c-8624ca9c26a4
client/tools/html_report.py