LinuxServer.io

Test Results {{ image }}:{{ meta_tag }}

Cumulative: {{ report_status }}

{% for tag in report_containers %}

{{ image }}:{{ tag }}

{% if screenshot == 'true' %} {{ tag }} {% else %}
WEB_SCREENSHOT ENV Disabled
{% endif %}

Build Version: {{ report_containers[tag]["build_version"] }}

Container Logs
{{ report_containers[tag]["logs"] }}
          
Package info
{{ 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
{{ test }}{{ report_containers[tag]["test_results"][test]['status'] }} {{ report_containers[tag]["test_results"][test]['status'] }} {{ report_containers[tag]["test_results"][test]["message"] }}
{% endfor %}

Python logs

Expand