{% load safe_id %} {% comment %} context is provided by: wsgi.include.testselector.py {% endcomment %}
Run: | {% for runNumber in results.runs %}{{ runNumber }} | {% endfor %}debug | |
---|---|---|---|
{{ test.test.getPath }} | {% if test.device %} {{ test.device }} {% elif test.udi %} {{ test.udi }} {% else %} {% endif %} | {% for runNumber, run in test.runs.items %}
{% if not run %}
{% elif run.getSummary %}
{% if run.getSubTestOutputDocuments %}
{% for subtestOutput in run.getSubTestOutputDocuments %}
{{ subtestOutput.getName }}:
{{ subtestOutput.getSummary }}
{% endfor %} Combined: {{run.getSummary}}
{% for attachment in run.getAttachmentsAttributes %}
{{attachment.name|truncatechars:40}}
{% endfor %} |
{% endfor %}
{% 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 %} |