{% macro cells_legend() -%}
Legend
Passed Skipped Setup Errors Failed NA
{%- endmacro %} {{ cells_legend() }} {% for execution in executions if execution != 'required' %} {%- endfor -%} {% for execution in executions if execution != 'required' %} {%- endfor -%} {% set counter = 1 %} {% for test_class in tests | sort %} {% for test in tests[test_class] %} {% if test['results'].has_key('required') %} {% if test['results']['required']['result'] == 'R' -%} {%- endif %} {% else %} {% endif %} {% for execution in executions if execution != 'required' %} {% if test['results'].has_key(execution) %} {% else %} {% endif %} {%- endfor -%} {%- endfor -%} {% set counter = counter + tests[test_class]|length %} {%- endfor -%}
Tempest results for '01/07/2016'
total
pass
fail
skip
n/a
{{ totals[execution].total }}
{{ totals[execution][STATUS_PASS] }}
{{ totals[execution][STATUS_FAIL] }}
{{ totals[execution][STATUS_SKIP] }}
{{ totals[execution][STATUS_NA] }}
Notes
# Test name and parameters Required vs Added{{ executions[execution]['date'] }} {{ executions[execution]['filename'] }}
Class {{ test_class }}
{{ counter + loop.index0 }}
{{ test.test_name }}
{{ test.set_name }} {{ test.test_options }}
RA{{ test['results'][execution]['result'] }} {{ test['results'][execution]['message'] }}
{{ test['results'][execution]['trace'] }}
{{ cells_legend() }}