summaryrefslogtreecommitdiffstats
path: root/test/test_memif.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_memif.py')
-rw-r--r--test/test_memif.py12
1 files changed, 8 insertions, 4 deletions
diff --git a/test/test_memif.py b/test/test_memif.py
index 30819d99493..904343f2775 100644
--- a/test/test_memif.py
+++ b/test/test_memif.py
@@ -1,12 +1,16 @@
-import socket
import unittest
from scapy.layers.l2 import Ether
from scapy.layers.inet import IP, ICMP
-from framework import VppTestCase, VppTestRunner
-from framework import tag_run_solo, tag_fixme_debian11, is_distro_debian11
-from asf.remote_test import RemoteClass, RemoteVppTestCase
+from framework import VppTestCase
+from asfframework import (
+ tag_run_solo,
+ tag_fixme_debian11,
+ is_distro_debian11,
+ VppTestRunner,
+)
+from remote_test import RemoteClass, RemoteVppTestCase
from vpp_memif import remove_all_memif_vpp_config, VppSocketFilename, VppMemif
from vpp_ip_route import VppIpRoute, VppRoutePath
from vpp_papi import VppEnum