LinuxServer.io

Test Results

{{ image }}

{{ meta_tag }}

Cumulative: {{ report_status }}

Total Runtime: {{ total_runtime }}
{% for tag in report_containers %}
{% if report_containers[tag]["test_success"] %}

{{ report_containers[tag]["platform"] }} PASS

{% else %}

{{ report_containers[tag]["platform"] }} FAIL

{% endif %}

{% if report_status.lower() == "pass" %} {{ image }} {% else %} {{ image }}:{{ tag }} {% endif %}

Runtime: {{ report_containers[tag]["runtime"] }}
{% if screenshot %} {{ tag }} {% else %}
WEB_SCREENSHOT ENV Disabled
{% endif %}
Build Information
{% for key, value in report_containers[tag]["build_info"].items() %}
{{ key|capitalize }}: {{ value }}
{% endfor %}
View Container Logs
Expand
{{ report_containers[tag]["logs"] }}
View SBOM output
Expand
{{ report_containers[tag]["sysinfo"] }}
{% if report_containers[tag]["has_warnings"]%}
Warnings {% for warning in report_containers[tag]["warnings"] %} {% if report_containers[tag]["warnings"][warning] %}
{{ report_containers[tag]["warnings"][warning] }}
{% endif %} {% endfor %}
{% endif %}
{% for test in report_containers[tag]["test_results"] %} {% if report_containers[tag]["test_results"][test]['status'] == 'PASS' %} {% else %} {% endif %} {% endfor %}
Test Result Message Runtime
{{ test }}{{ report_containers[tag]["test_results"][test]['status'] }} {{ report_containers[tag]["test_results"][test]['status'] }} {{ report_containers[tag]["test_results"][test]["message"] }} {{ report_containers[tag]["test_results"][test]["runtime"] }}
{% endfor %}
View Python Logs
Expand