node_id | test_duration | test_outcome |
---|---|---|
{{ node_id }} | {% if test_data.timer.running %} {% else %} {{ test_data.test_duration }} {% endif %} | {% if test_data.timer.running %} --- {% else %} {{ test_data.test_outcome }} {% endif %} |
{% if results.session_started %} {% if not results.session_finished %} Test in progress... {% else %} Testing Complete! {% endif %} {% else %} Waiting for data... {% endif %} |
{{ results.lastline }}
{% endif %}