{% extends "layout.html" %} {% load dashboard_extras %} {% block content %}

Summary of SRU testing for kernel {{kernel.version}}

Kernel Pass Rate: {{ totals.pass_rate_pct }}
Total Tests Run: {{ totals.total_count }}
Total Tests Failed: {{ totals.fail_count }}
Total Tests Skipped: {{ totals.skip_count }}

Graph

Kernel aggregated results

{% for kernel in kernels %} {% endfor %}
variant arch graphics date #total #pass #fail #skip pass rate #bugs
{{ kernel.variant }} {{ kernel.arch }} {{ kernel.gpu }} {{ kernel.last_run_date }} {% comment %} {% endcomment %} {{ kernel.total_count }} {{ kernel.pass_count }} {{ kernel.fail_count }} {{ kernel.skip_count }} {{ kernel.pass_rate_pct }} {{ kernel.bug_count }}
{% endblock %}