{% extends "base.html" %} {% block content %}

Network Disconnect


Emulates the scenario where the network cable of the device under test is disconnected.

This is done by powering down the device-facing network adapter.


{% if method == 'POST' %} {% if success %} {% else %} {% endif %} {% endif %}
{% if network_disconnect %} {% else %} {% endif %}

{% endblock %}