We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1da65 commit da08d2cCopy full SHA for da08d2c
openwisp_monitoring/check/tests/test_iperf3.py
@@ -7,7 +7,6 @@
7
from swapper import load_model
8
9
from openwisp_controller.connection.connectors.ssh import Ssh
10
-from openwisp_controller.connection.models import DeviceConnection
11
from openwisp_controller.connection.settings import CONNECTORS, UPDATE_STRATEGIES
12
from openwisp_controller.connection.tests.utils import CreateConnectionsMixin, SshServer
13
from openwisp_monitoring.check.classes.iperf3 import get_iperf3_schema
@@ -26,6 +25,7 @@
26
25
TEST_RSA_KEY,
27
)
28
+DeviceConnection = load_model("connection", "DeviceConnection")
29
Check = load_model("check", "Check")
30
Chart = load_model("monitoring", "Chart")
31
Metric = load_model("monitoring", "Metric")
0 commit comments