{% extends "base.html" %} {% block title %}Test Report{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{{ report.name }} @ {{ report.start }}
This is an automatically generated document, which contains information about an ufotest test run. One such test run describes the execution of a one or more test cases. In the case of multiple test cases, this is referred to as a "test suite". Each individual test case is essentially a programmed routine, which aims to test one or more properties of the UFO test camera which is currently connected to the target machine.
UfoTest is an application which aims to implement unit testing and CI functionality for the UFO camera hardware which was developed at the IPE. The Documentation for the project can be found here: UfoTest Documentation
This section provides a summary of the most important details of this test run. The following sections then explain these values in more detail.
The testing process was started at {{ report.start }} and ended {{ report.end }}, which makes for a total duration of {{ report.duration }} minutes.
The HTML and MARKDOWN versions of the report as well as the complete LOG file of the test process were saved to the folder {{ report.folder_name }} within the main "archive" folder.
This section explains the test results.
{% for test_name, result in report.results.items() %} {%- if result.passing -%}