summaryrefslogtreecommitdiffstats
path: root/tests/topotests/mgmt_oper/test_oper.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/mgmt_oper/test_oper.py')
-rw-r--r--tests/topotests/mgmt_oper/test_oper.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/topotests/mgmt_oper/test_oper.py b/tests/topotests/mgmt_oper/test_oper.py
index 8b8a51c2..e4ceabf3 100644
--- a/tests/topotests/mgmt_oper/test_oper.py
+++ b/tests/topotests/mgmt_oper/test_oper.py
@@ -12,17 +12,11 @@ Test static route functionality
import ipaddress
import math
-import time
import pytest
from lib.topogen import Topogen
from oper import check_kernel_32, do_oper_test
-try:
- from deepdiff import DeepDiff as dd_json_cmp
-except ImportError:
- dd_json_cmp = None
-
pytestmark = [pytest.mark.staticd, pytest.mark.mgmtd]