summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/pim.py
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/lib/pim.py
parent57f774f56d25f2906dc4072488572fe274ed3910 (diff)
tests: cleanup - remove unused imports
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/lib/pim.py')
-rw-r--r--tests/topotests/lib/pim.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/topotests/lib/pim.py b/tests/topotests/lib/pim.py
index 2cb4777a94..a165878ca9 100644
--- a/tests/topotests/lib/pim.py
+++ b/tests/topotests/lib/pim.py
@@ -19,14 +19,11 @@
import datetime
import os
import re
-import socket
import sys
-import tempfile
import traceback
from copy import deepcopy
from time import sleep
-import pytest
# Import common_config to use commomnly used APIs
from lib.common_config import (
@@ -38,7 +35,7 @@ from lib.common_config import (
retry,
run_frr_cmd,
)
-from lib.micronet import comm_error, get_exec_path
+from lib.micronet import get_exec_path
from lib.topolog import logger
from lib.topotest import frr_unicode