{% extends "certification/certification.html" %} {% block content-body %}

{{ planStatusMessage }}

{% with alert=planStatusAlert %} {% include "include/alert.html" %} {% endwith %} {% include "include/leverage-notification.html" %} {% if planStatus != "NotRequired" %}
{% if certification.isMultiHost %} {% endif %} {% if rhcert.configuration != 'management' %} {% endif %} {% for planComponentID, planComponent in planComponents.iteritems %} {% if certification.isMultiHost %} {% endif %} {% if rhcert.configuration != 'management' %} {% endif %} {% endfor %}
Upload Results File {% if rhcert.configuration != 'management' %} Run Tests {% endif %}
IDHostTarget Test DescriptionTest Run Results ProcessingTest Plan Credit Test Result ID
{{ planComponentID }} {{ planComponent.planComponent.getRequiredOS.getRole }} {{ planComponent.planComponent.getComponent }} {{planComponent.planComponent.getName}} {{planComponent.planComponent.getDescription}} {% if planComponent.test %} {% with test=planComponent.test %} {% if test.bestRun %} {% if test.bestRun.getSummary == "PASS" %} {{ test.bestRun.getSummary}} {% elif test.bestRun.getSummary == "FAIL" %} {{ test.bestRun.getSummary}} {% elif test.bestRun.getSummary == "WARN" %} {{ test.bestRun.getSummary}} {% else %} {{ test.bestRun.getSummary }} {% endif %} {% else %} Not Run {% endif %} {% endwith %} {% endif %} {% with test=planComponent.test %} {% if test.results.getSubmitTime %} Submitted {% endif %} {% endwith %} {% with status=planComponent.planComponent.getStatus %} {% if status == "Confirmed" %} {{ status }} {% else %} {{ status }} {% endif %} {% endwith %} {% with planComponent=planComponent.planComponent %} {% if planComponent.getTestID %} {{planComponent.getTestID }}   {% elif planComponent.getLeveragedTestID %} Test {{planComponent.getLeveragedTestID}}   {% elif planComponent.getLeveragedCertificationID %} Certification {{planComponent.getLeveragedCertificationID}}   {% elif certificationProgram == "hardware" %} Leverage Result   {% endif %} {% endwith %} {% if planComponent.test.bestRun %} {% with results=planComponent.test.results %} {% if planComponent.test.bestRun.getSummary != "FAIL" and not results.getSubmitTime %} {% if certification.isMultiHost %} Submit Run {{ results.getMultiHostRunTime }} {% else %} Submit Run {{ results.getRunTime }} {% endif %} {% endif %} {% endwith %} {% endif %}
Test Result: Open Waiting Review Warning Failed Passed
{% if message %} {{ message }} {% endif %}

Submitted Test Results

loading...

{% endif %} {% endblock content-body %}