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 Scenario Status Trend Score Iteration
{{scenario}}
{{scenario_results[scenario].getScore()}} {{iteration}}

{% for scenario,iteration in scenario_stats.iteritems() -%} {% if '-noha' in scenario -%} {%- endif %} {%- endfor %}
NOHA Scenario Status Trend Score Iteration
{{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

Export to PDF Export to CSV