From ec5072c0ccc6648d734226711b43ddb34b2b21af Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 16 Mar 2016 18:31:06 +0100 Subject: Add automatic status reporting Show last scenario run + sun/cloud/storm dynamically JIRA:FUNCTEST-151 Change-Id: I86eeb64f0dea842a71b0cba9dd1058d7fa876269 Signed-off-by: Morgan Richomme --- reporting/index-status-tmpl.html | 92 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 reporting/index-status-tmpl.html (limited to 'reporting/index-status-tmpl.html') diff --git a/reporting/index-status-tmpl.html b/reporting/index-status-tmpl.html new file mode 100644 index 0000000..130ecd5 --- /dev/null +++ b/reporting/index-status-tmpl.html @@ -0,0 +1,92 @@ + + + + + + + + + + + +
+
+

Functest status page

+ +
+
+
+
+ + +
+

List of last scenarios run over the last 7 days

+ + + + + + {% for scenario,iteration in scenario_stats.iteritems() -%} + + + + + {%- endfor %} +
ScenarioIteration
{{scenario}}{{iteration}}
+
+ + + + {% for scenario, iteration in scenario_stats.iteritems() -%} +
+ +
+
+ + +
+ + + {% for test in items[scenario] -%} + + {%- endfor %} + + + {% for test in items[scenario] -%} + {% if test.getCriteria() > 3 -%} + + {%- elif test.getCriteria() > 2 -%} + + {%- elif test.getCriteria() > 1 -%} + + {%- else -%} + + {%- endif %} + {%- endfor %} + +
{{test.getName() }}
+
+
+ {%- endfor %} +
+
+
-- cgit 1.2.3-korg