{{ testscenario.name }}: {{ testscenario.desc }} | |
{% if testcase.state == 'DONE' %} | {{ testcase.name }}{% if testcase.detail is not none %}: {{ testcase.detail }}{% endif %} |
Report ID: {{ data.datetime }} ({{ data.used_filters }})
{{ testscenario.name }}: {{ testscenario.desc }} | |
{% if testcase.state == 'DONE' %} | {{ testcase.name }}{% if testcase.detail is not none %}: {{ testcase.detail }}{% endif %} |
System information:
MLRun: {{ data.mlrun }} (client)/{{ data.mlrun_server }} (server), Change log, Issues, Limitations
QGate: {{ data.version }} (version)/{{ data.model_version }} (model)
Python: {{ data.python }}
System: {{ data.system }}
Platform: {{ data.platform }}
Variables:
{% for variable in data.variables %}
{{ variable.key }}: '{{ variable.value }}'
{% endfor %}
Hardware information:
CPU: {{ data.cpu }} cores
RAM total/free: {{ data.memory_total }}/{{ data.memory_free }}
Host: {{ data.host }}
Source see the qgate-sln-mlrun, qgate-model