{% set test_status=status %} {% if test_status %} {% for result in results %} {% if result['frame']['expected_bitrate'] > result['frame']['real_bitrate']%} {% set test_status = False %} {%endif%} {% endfor %} {% endif %}

Test Result

{% if test_status %}

PASS

{% else %}

FAIL

{% endif %}