summaryrefslogtreecommitdiff
path: root/tests/topotests/ldp_snmp
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2021-09-03 08:43:32 -0400
committerChristian Hopps <chopps@labn.net>2021-09-04 09:04:47 -0400
commit4953ca977f3a5de8109ee6353ad07f816ca1774c (patch)
tree447a3e8475b38653269d2cb3e98ec0118c783bf3 /tests/topotests/ldp_snmp
parent57f774f56d25f2906dc4072488572fe274ed3910 (diff)
tests: cleanup - remove unused imports
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/ldp_snmp')
-rw-r--r--tests/topotests/ldp_snmp/test_ldp_snmp_topo1.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/topotests/ldp_snmp/test_ldp_snmp_topo1.py b/tests/topotests/ldp_snmp/test_ldp_snmp_topo1.py
index a616335d7b..13fa906794 100644
--- a/tests/topotests/ldp_snmp/test_ldp_snmp_topo1.py
+++ b/tests/topotests/ldp_snmp/test_ldp_snmp_topo1.py
@@ -60,11 +60,9 @@ ce1-eth0 (172.16.1.1/24)| |ce2-eth0 (172.16.1.2/24)
"""
import os
-import re
import sys
import pytest
import json
-from time import sleep
from functools import partial
# Save the Current Working Directory to find configuration files.
@@ -79,7 +77,6 @@ from lib.topolog import logger
from lib.snmptest import SnmpTester
# Required to instantiate the topology builder class.
-from lib.micronet_compat import Topo
pytestmark = [pytest.mark.ldpd, pytest.mark.isisd, pytest.mark.snmp]