Summary TestCase TestBed
CaseID {{caseid}}
{{sourcecode}}
{{testbed}}
Result {{result}}
StartTime {{starttime}}
EndTime {{endtime}}
Duration {{duration}}
{% for stage, records in stage_records.items() %}
{% for record in records %} {% endfor %}
time level location message
{{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 %}