Schneider Report for build {{ build.version }}

(-- write important text for the report here --)

Details for build {{ build.version }}

{% for location in build.metadata.build_location %} {% endfor %}
build location{{ location }}
Total Pass Summary {{ build.status.tests_pass if build.status.tests_pass else 0 }}
Total Fail Summary {{ build.status.tests_fail if build.status.tests_fail else 0 }}
Total Skip Summary {{ build.status.tests_skip if build.status.tests_skip else 0}}
Total Xfail Summary {{ build.status.xfail if build.status.xfail else 0}}
Total Tests {{ build.status.tests_total }}

LAVA test results

{% for env_name, env_results in environments.items() %}

{{ env_name }}

{% for suite_name, results in env_results.items() %} {% for test in results %} {% endfor %} {% endfor %}
Test SuiteTestResult
{{ suite_name }}{{ test.short_name }} {{ test.status }}
{% endfor %}