tests: refactor asf framework code
[vpp.git] / test / test_memif.py
index 30819d9..904343f 100644 (file)
@@ -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