summaryrefslogtreecommitdiffstats
path: root/tests/topotests/zebra_nht_resolution/test_verify_nh_resolution.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/zebra_nht_resolution/test_verify_nh_resolution.py')
-rw-r--r--tests/topotests/zebra_nht_resolution/test_verify_nh_resolution.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/topotests/zebra_nht_resolution/test_verify_nh_resolution.py b/tests/topotests/zebra_nht_resolution/test_verify_nh_resolution.py
index fbef0fef..16e45806 100644
--- a/tests/topotests/zebra_nht_resolution/test_verify_nh_resolution.py
+++ b/tests/topotests/zebra_nht_resolution/test_verify_nh_resolution.py
@@ -16,7 +16,6 @@ import sys
import pytest
from lib.common_config import (
- start_topology,
verify_rib,
verify_ip_nht,
step,
@@ -24,7 +23,6 @@ from lib.common_config import (
)
# pylint: disable=C0413
-from lib import topotest
from lib.topogen import Topogen, TopoRouter, get_topogen
from lib.topolog import logger