From 19630581f1ac53918aa5cc15faca8b2f0d53c00e Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Mon, 19 Sep 2016 00:33:27 +0000 Subject: Change display way of reporting status, add last ten days score JIRA: YARDSTICK-350 Change-Id: Iea1d8a30cf3464c8b9a0b8b6ac2e0ce41adea00d Signed-off-by: chenjiankun --- .../reporting/yardstick/template/index-status-tmpl.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'utils/test/reporting/yardstick/template/index-status-tmpl.html') diff --git a/utils/test/reporting/yardstick/template/index-status-tmpl.html b/utils/test/reporting/yardstick/template/index-status-tmpl.html index ff1a619f1..602ce8a74 100644 --- a/utils/test/reporting/yardstick/template/index-status-tmpl.html +++ b/utils/test/reporting/yardstick/template/index-status-tmpl.html @@ -40,21 +40,19 @@

List of last scenarios ({{version}}) run over the last {{period}} days

- + - + + {% for scenario,result in scenario_results.iteritems() -%} - + + {%- endfor %}
ScenarioScenario StatusScoreLast 4 IterationsLast 10 Days
{{scenario}} - {%if scenario_results[scenario].getStatus() is sameas "OK" -%} - - {%- else -%} - - {%- endif %} + {{scenario_results[scenario].getScore()}}{{scenario_results[scenario].getFourDaysScore()}}{{scenario_results[scenario].getTenDaysScore()}}
-- cgit 1.2.3-korg