From f1ca479add9327f778d45b3685a46be757e43ef8 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Mon, 17 Apr 2017 17:40:40 +0800 Subject: add qtip reporting Change-Id: Ie573486080fbd36857ff0709d53f6bdcdd43363e Signed-off-by: SerenaFeng --- reporting/qtip/template/index-status-tmpl.html | 86 ++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 reporting/qtip/template/index-status-tmpl.html (limited to 'reporting/qtip/template') diff --git a/reporting/qtip/template/index-status-tmpl.html b/reporting/qtip/template/index-status-tmpl.html new file mode 100644 index 0000000..26da36c --- /dev/null +++ b/reporting/qtip/template/index-status-tmpl.html @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + +
+
+

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

+ +
+
+
+
+ + +
+

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

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