tests: Add missing socket imports in tests
Type: fix Change-Id: I646f96517d3bda5c0f5644e6bb89ade7818fc466 Signed-off-by: Tom Jones <thj@freebsd.org>
This commit is contained in:
parent
f2fc97aafc
commit
800386ac3f
@ -1,4 +1,5 @@
|
||||
import os
|
||||
import socket
|
||||
import time
|
||||
from socket import inet_pton
|
||||
from cryptography import x509
|
||||
|
@ -1,3 +1,5 @@
|
||||
import socket
|
||||
|
||||
from vpp_object import VppObject
|
||||
from ipaddress import ip_address
|
||||
from vpp_papi import VppEnum
|
||||
|
@ -6,6 +6,7 @@
|
||||
#
|
||||
|
||||
import os
|
||||
import socket
|
||||
import time
|
||||
import queue
|
||||
from six import moves, iteritems
|
||||
|
Loading…
x
Reference in New Issue
Block a user