{% extends 'base.html' %} {% block title %}Run{% endblock %} {% block main %}

Run Tasks

Connect the unit under test to the test box interface and select the appropriate action from the list below.

{% for device_name, tasks in tasks_v|groupby("device_name") %} {% endfor %}
Device Description
{{ device_name }} {{ (tasks|first)["device_description"] }} {% for task in tasks %} {{task.task_name}} {% endfor %}
{% endblock %}