summaryrefslogtreecommitdiff
path: root/tests/topotests/ospfapi/test_ospf_clientapi.py
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2024-06-18 15:52:38 -0400
committerGitHub <noreply@github.com>2024-06-18 15:52:38 -0400
commita1b21f526ad5d6807b39d3569845b0cb25b4d1bf (patch)
tree390c8c2096f4c2a964a6d8bb50c5ab2167c77ae5 /tests/topotests/ospfapi/test_ospf_clientapi.py
parentc7276d1580126be366fc8669909c02a7f4368fd3 (diff)
parent8381dbd9e258825daff4802c4c44b3d435a7b7e3 (diff)
Merge pull request #16227 from y-bharath14/srib-topotest-e
tests: Avoid importing unused modules
Diffstat (limited to 'tests/topotests/ospfapi/test_ospf_clientapi.py')
-rw-r--r--tests/topotests/ospfapi/test_ospf_clientapi.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/topotests/ospfapi/test_ospf_clientapi.py b/tests/topotests/ospfapi/test_ospf_clientapi.py
index 626a9d3185..89a34ff9b5 100644
--- a/tests/topotests/ospfapi/test_ospf_clientapi.py
+++ b/tests/topotests/ospfapi/test_ospf_clientapi.py
@@ -16,7 +16,6 @@ import signal
import subprocess
import sys
import time
-from datetime import datetime, timedelta
from functools import partial
import pytest
@@ -35,8 +34,7 @@ from lib.topotest import interface_set_status, json_cmp
# pylint: disable=C0413
# Import topogen and topotest helpers
from lib import topotest
-from lib.topogen import Topogen, TopoRouter, get_topogen
-from lib.topolog import logger
+from lib.topogen import Topogen, TopoRouter
pytestmark = [pytest.mark.ospfd]