{% extends "layouts/content.html" %}
{% block extension_navigation %}
{% endblock %}
{% block breadcrumbs %}
{{ block.super }}
{% endblock %}
{% block content %}
{{test_id}} - {{board_name}}
Result graph
{% url linaro_graphics_app.views.test board_name=board_name test_id=test_id as base_url %}
{% include "linaro_graphics_app/passfail_graph_snippet.html" with data_url=base_url placeholder="graph" choices="graphchoices" point_selected_cb="point_selected_cb" show_tooltip="true" %}
{% include "linaro_graphics_app/update_table_snippet.html" %}
{{test_id}} scenario |
result |
Package diff
package name |
old version |
new version |
{% endblock %}