{% load safe_id %} {% comment %} context is provided by: wsgi.include.testselector.py {% endcomment %} {% for runNumber in results.runs %} {% endfor %} {% for test in results.tests %} {% for runNumber, run in test.runs.items %} {% endfor %} {% endfor %}
Run:{{ runNumber }}  debug
{{ test.test.getPath }} {% if test.device %} {{ test.device }} {% elif test.udi %} {{ test.udi }} {% else %}   {% endif %} {% if not run %}   {% elif run.getSummary %} {% if run.getSubTestOutputDocuments %}
{% for subtestOutput in run.getSubTestOutputDocuments %} {{ subtestOutput.getName }}: {{ subtestOutput.getSummary }}
{% endfor %} Combined: {{run.getSummary}}
{% else %} {{run.getSummary}} {% endif %} {% if run.getAttachmentsAttributes %}
{% for attachment in run.getAttachmentsAttributes %} {{attachment.name|truncatechars:40}}
{% endfor %}
{% endif %} {% endif %}
{% with newRunSpec=results.host.getRoleAndID %} {% if test.test.isInteractive %} {% if test.test.getMandatory %} interactive {% else %} interactive {% endif %} {% elif test.test.getMandatory %} {{ test.test.getMandatory }}-run {% else %} {% endif %} {% endwith %}