From 9ea705709ae7f08086bb31716bb4ef185a0fe159 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Mon, 28 Aug 2017 11:34:45 +0200 Subject: Add vsperf in reporting fix some pep8 errors in other projects Change-Id: Iea68b0d495f7fbe892ec866fb70b8354ad9ff3c2 Signed-off-by: Morgan Richomme --- .../vsperf/template/index-status-tmpl.html | 114 +++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 reporting/reporting/vsperf/template/index-status-tmpl.html (limited to 'reporting/reporting/vsperf') diff --git a/reporting/reporting/vsperf/template/index-status-tmpl.html b/reporting/reporting/vsperf/template/index-status-tmpl.html new file mode 100644 index 0000000..7e06ef6 --- /dev/null +++ b/reporting/reporting/vsperf/template/index-status-tmpl.html @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + +
+
+

Vsperf status page ({{version}}, {{date}})

+ +
+
+
+
+ +

Reported values represent the percentage of completed + + CI tests during the reporting period, where results + + were communicated to the Test Database.

+
+

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

+ + + + + + + + + {% for scenario,result in scenario_results.iteritems() -%} + + + + + + + + {%- endfor %} +
ScenarioStatusTrendLast 4 IterationsLast 10 Days
{{scenario}}
{{scenario_results[scenario].getFourDaysScore()}}{{scenario_results[scenario].getTenDaysScore()}}
+
+ + +
+
+
-- cgit 1.2.3-korg