aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common/report.html.j2
AgeCommit message (Collapse)AuthorFilesLines
2018-11-22Generate report from a file instead of stringPatrice Buriez1-0/+121
``$ yardstick report generate ...`` now renders a template stored in a file instead of from an imported string Instead of using Django, templating is done by jinja2, as this is used in other parts of Yardstick. JIRA: YARDSTICK-1367 Topic: report/html_table (2 of 11) Change-Id: Iaff53e7e28903e46164ce0977f6b8adbe04d23d7 Signed-off-by: Emma Foley <emma.l.foley@intel.com> Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>