Merge lp:~fu-wei/lava-dashboard/multinode into lp:lava-dashboard/multinode

Proposed by Fu Wei
Status: Merged
Approved by: Neil Williams
Approved revision: no longer in the source branch.
Merged at revision: 410
Proposed branch: lp:~fu-wei/lava-dashboard/multinode
Merge into: lp:lava-dashboard/multinode
Diff against target: 23 lines (+6/-0)
1 file modified
dashboard_app/templates/dashboard_app/_test_run_list_table.html (+6/-0)
To merge this branch: bzr merge lp:~fu-wei/lava-dashboard/multinode
Reviewer Review Type Date Requested Status
Linaro Automation & Validation Pending
Neil Williams Pending
Review via email: mp+180103@code.launchpad.net

Description of the change

Add "Device" row in bundle "Test Runs"

To post a comment you must log in.
lp:~fu-wei/lava-dashboard/multinode updated
409. By Neil Williams

Neil Williams 2013-08-14 Change to storing the pending bundles in a file and
 explicitly check for exceptions which would cause
 a failure to submit the aggregated result bundle.
Neil Williams 2013-08-05 MultiNode support to put_pending result bundles for
 jobs with a sub_id ending with .0. The MultiNode job with sub_id
 ending with .0 will be required by LAVA Coordinator to wait
 until all other results for that group have been posted as
 pending. Once the wait is cleared, the job aggregates its own
 results with the group pending results as a single bundle
 using put_group.

410. By Neil Williams

Fu Wei 2013-08-14 Add "Device" row in bundle "Test Runs"

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'dashboard_app/templates/dashboard_app/_test_run_list_table.html'
2--- dashboard_app/templates/dashboard_app/_test_run_list_table.html 2013-02-25 09:25:30 +0000
3+++ dashboard_app/templates/dashboard_app/_test_run_list_table.html 2013-08-14 11:36:00 +0000
4@@ -2,6 +2,7 @@
5 <table class="demo_jui display" id="test_runs">
6 <thead>
7 <tr>
8+ <th>{% trans "Device" %}</th>
9 <th>{% trans "Test Run" %}</th>
10 <th>{% trans "Test" %}</th>
11 <th>{% trans "Passes" %}</th>
12@@ -13,6 +14,11 @@
13 <tbody>
14 {% for test_run in test_run_list %}
15 <tr>
16+ {% for attribute in test_run.attributes.all %}
17+ {% if attribute.name == "target" %}
18+ <td>{{ attribute.value }}</td>
19+ {% endif %}
20+ {% endfor %}
21 <td><a href="{{ test_run.get_absolute_url }}"><code>{{ test_run.test }} results<code/></a></td>
22 <td>{{ test_run.test }}</td>
23 <td>{{ test_run.get_summary_results.pass }}</td>

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: