{% extends "base.html" %} {% block title %}Kylin整机认证测试{% endblock %} {% block page_content %}

请勾选同Test ID下可选择合并的测试结果

{% for job_name, result in others.items() %}
{{ job_name }}
{% for item in result %} {% if item.run %} {% if item.status == 'PASS' %} {% elif item.status == 'FAIL' %} {% else %} {% endif%} {% endif %} {% endfor %}
测试用例 测试结果
{{ item.testcase }}{{ item.status }}{{ item.status }}{{ item.status }}
{% endfor %}
{% endblock %}