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
@ -4,9 +4,9 @@
|
||||
object abstractions for representing IP routes in VPP
|
||||
"""
|
||||
|
||||
from vpp_object import *
|
||||
from vpp_object import VppObject
|
||||
from socket import inet_pton, inet_ntop, AF_INET, AF_INET6
|
||||
from vpp_ip import *
|
||||
from vpp_ip import DpoProto, VppIpPrefix
|
||||
|
||||
# from vnet/vnet/mpls/mpls_types.h
|
||||
MPLS_IETF_MAX_LABEL = 0xfffff
|
||||
|
Reference in New Issue
Block a user