API coverage summary.

{% if report_tag != "" %} Tag: {{report_tag}} {% endif %} {% if report_version != "" %} Version: {{report_version}} {% endif %} Time: {{ timestamp }}

Collected statistic info 100%General or relative passrate more 95% 50%General or relative passrate less 80%
Scope: Mandatory - includes information about tests from mandatory scope. For mandatory scope only passed and failed statuses are applicable.
Status: P:85Passed F:0Failed S:2Skipped C:0Crashed H:0Hanged
Scope
{% for device in devices %} {% endfor %} {% for sw_plugin in sw_plugins %} {% for device in devices %} {% endfor %} {% endfor %} {% for test_type in api_info %} {% for sw_plugin in sw_plugins %} {% for device in devices %} {% if device in api_info[test_type][sw_plugin] %} {% else %} {% endif %} {% endfor %} {% endfor %} {% endfor %}
Entity DevicesPlugins{{ device }}
Passrate
{{sw_plugin}}
{{ test_type }}
{{sw_plugin}} {{api_info[test_type][sw_plugin][device]['relative_passrate']}} %
P:{{ api_info[test_type][sw_plugin][device]['relative_passed'] }} F:{{ api_info[test_type][sw_plugin][device]['relative_all'] - api_info[test_type][sw_plugin][device]['relative_passed'] }}
NOT RUN