From f53fc8221faf7718d1cf060038ad3a23463b8398 Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Sat, 27 Aug 2016 06:26:46 +0000 Subject: Add the function of yardstick testcase reporter JIRA: YARDSTICK-324 Change-Id: I58969265f88d5c20f46f0b1097f5b0ccb1d9a40d Signed-off-by: rexlee8776 --- .../yardstick/template/index-status-tmpl.html | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 utils/test/reporting/yardstick/template/index-status-tmpl.html (limited to 'utils/test/reporting/yardstick/template') diff --git a/utils/test/reporting/yardstick/template/index-status-tmpl.html b/utils/test/reporting/yardstick/template/index-status-tmpl.html new file mode 100644 index 000000000..ff1a619f1 --- /dev/null +++ b/utils/test/reporting/yardstick/template/index-status-tmpl.html @@ -0,0 +1,66 @@ + + + + + + + + + + + +
+
+

Yardstick status page ({{version}})

+ +
+
+
+
+ + +
+

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

+ + + + + + + {% for scenario,result in scenario_results.iteritems() -%} + + + + + + {%- endfor %} +
ScenarioStatusScore
{{scenario}} + {%if scenario_results[scenario].getStatus() is sameas "OK" -%} + + {%- else -%} + + {%- endif %} + {{scenario_results[scenario].getScore()}}
+
+ + +
+
+
-- cgit 1.2.3-korg