From b012fc984e8464d85adec06c958d794fa423dbf0 Mon Sep 17 00:00:00 2001 From: boucherv Date: Wed, 2 Mar 2016 16:04:10 +0100 Subject: Reporting dashboard for functest Change-Id: I6a5fa0c8918c0d4a98754c38f3c33238a0132a39 Signed-off-by: boucherv --- .../tools/reporting/index-tmpl.html | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 utils/test/result_collection_api/tools/reporting/index-tmpl.html (limited to 'utils/test/result_collection_api/tools/reporting/index-tmpl.html') diff --git a/utils/test/result_collection_api/tools/reporting/index-tmpl.html b/utils/test/result_collection_api/tools/reporting/index-tmpl.html new file mode 100644 index 000000000..4d1c50915 --- /dev/null +++ b/utils/test/result_collection_api/tools/reporting/index-tmpl.html @@ -0,0 +1,91 @@ + + + + + + + + + + + +
+
+

vIMS status page

+ +
+
+
+
+ + {% for scenario_name, results in scenario_results.iteritems() -%} +
+ + {% for result in results -%} + {% if loop.index > 2 -%} + + {%- endfor %} +
+
+
\ No newline at end of file -- cgit 1.2.3-korg