Tests: Remove all wildcard imports.
They mask dependencies and confuse third party tools. Change-Id: I24ee16bfa0d746a8e8cb99891ba8b20523048b69 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:

committed by
Neale Ranns

parent
e8fece85e2
commit
a279d9cf61
@ -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):
|
||||
|
Reference in New Issue
Block a user