| Summary | TestCase | TestBed | ||||||
|---|---|---|---|---|---|---|---|---|
| CaseID | {{caseid}} |
{{sourcecode}}
|
{{testbed}}
|
|||||
| Result | {{result}} | |||||||
| StartTime | {{starttime}} | |||||||
| EndTime | {{endtime}} | |||||||
| Duration | {{duration}} | |||||||
{% for stage, records in stage_records.items() %}
{% endfor %}
| time | level | location | |
|---|---|---|---|
| {{record.asctime}} | {{record.levelname}} | {{record.filename}}:{{record.lineno}} |
{{record.message.replace('<','<').replace('>','>')}}{% if 'hook' in record and 'more' in record.hook %} @more{% endif %}
{% if 'hook' in record and 'more' in record.hook %}
{% endif %}
|
{% endfor %}