From f11f26d23dabde24b0bcd67ac81b094aa89eb6c9 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 10 Nov 2017 15:43:35 -0800 Subject: Remove 'utils/test' Directory and update INFO utils/test has been migrated to the releng-testresults repo Change-Id: If14a30e6abed1424d1e00b0fae048b7d869ec99b Signed-off-by: Trevor Bramwell --- .../functest/template/index-status-tmpl.html | 183 --------------------- 1 file changed, 183 deletions(-) delete mode 100644 utils/test/reporting/reporting/functest/template/index-status-tmpl.html (limited to 'utils/test/reporting/reporting/functest/template/index-status-tmpl.html') diff --git a/utils/test/reporting/reporting/functest/template/index-status-tmpl.html b/utils/test/reporting/reporting/functest/template/index-status-tmpl.html deleted file mode 100644 index 50fc648aa..000000000 --- a/utils/test/reporting/reporting/functest/template/index-status-tmpl.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - -
-
-

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

- -
-
-
-
- - -
-

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

- - - - - - - - - {% for scenario,iteration in scenario_stats.iteritems() -%} - - {% if '-ha' in scenario -%} - - - - - - {%- endif %} - - {%- endfor %} -
-
HA ScenarioStatusTrendScoreIteration
{{scenario}}
{{scenario_results[scenario].getScore()}}{{iteration}}
-
- - - - - - - - - {% for scenario,iteration in scenario_stats.iteritems() -%} - - {% if '-noha' in scenario -%} - - - - - - {%- endif %} - - {%- endfor %} -
NOHA ScenarioStatusTrendScoreIteration
{{scenario}}
{{scenario_results[scenario].getScore()}}{{iteration}}
- -
- - - {% for scenario, iteration in scenario_stats.iteritems() -%} -
- -
-
- - -
- - - {% for test in items[scenario] -%} - - {%- endfor %} - - - {% for test in items[scenario] -%} - {% if test.getCriteria() > 2 -%} - - {%- elif test.getCriteria() > 1 -%} - - {%- elif test.getCriteria() > 0 -%} - - {%- elif test.getCriteria() > -1 -%} - - {%- endif %} - {%- endfor %} - -
- {% if test.getCriteria() > -1 -%} - {{test.getDisplayName() }} - {%- endif %} - {% if test.getTier() > 3 -%} - * - {%- endif %} -
-
-
- {%- endfor %} - see Functest scoring wiki page for details on scenario scoring - -
-
-
-- cgit 1.2.3-korg