| Passed | Skipped | Setup Errors | Failed | NA | Added |
| Tempest results |
total
pass
fail
skip
n/a
added
|
{% for execution in executions if execution != 'required' %}
{{ totals[execution].total }}
{{ totals[execution][STATUS_PASS] }}
{{ totals[execution][STATUS_FAIL] }}
{{ totals[execution][STATUS_SKIP] }}
{{ totals[execution][STATUS_NA] }}
{{ totals[execution][STATUS_ADDED] }}
|
{% if detailed %}
Notes | {% endif %} {%- endfor -%}|||
| # | Test name and parameters | Required vs Added | {% for execution in executions if execution != 'required' %}{{ executions[execution]['date'] }} | {% if detailed %}{{ executions[execution]['filename'] }} | {% endif %} {%- endfor -%} {# {% set counter = 1 %}#}||
| Class {{ test_class }} | {% for execution in executions if execution != 'required' %} {% if detailed %} | {% else %} | {% endif %} {% endfor %} | |||
| {{ counters.all_count + loop.index0 }} |
{{ test.test_name }}
{{ test.uuid }} {{ test.test_options }}
|
{% if test['results'].has_key('required') %}
{% if test['results']['required']['result'] == 'R' -%}
R | {%- endif %} {% else %}A | {% endif %} {% for execution in executions if execution != 'required' %} {% if test['results'].has_key(execution) %}{{ test['results'][execution]['result'] }} | {% if detailed %} {% endif %} {% else %}{% if detailed %} | {% endif %} {% endif %} {%- endfor -%} |