mpls: migrate old MULTIARCH macros to VLIB_NODE_FN
[vpp.git] / test / test_memif.py
index 6d462ba..6da8bf5 100644 (file)
@@ -1,3 +1,4 @@
+import socket
 import unittest
 
 from scapy.layers.l2 import Ether
@@ -5,7 +6,8 @@ from scapy.layers.inet import IP, ICMP
 
 from framework import VppTestCase, VppTestRunner, running_extended_tests
 from remote_test import RemoteClass, RemoteVppTestCase
-from vpp_memif import *
+from vpp_memif import MEMIF_MODE, MEMIF_ROLE, remove_all_memif_vpp_config, \
+    VppSocketFilename, VppMemif
 
 
 class TestMemif(VppTestCase):