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:
Tom Jones 2024-02-07 13:26:41 +00:00 committed by Dave Wallace
parent f2fc97aafc
commit 800386ac3f
3 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import os
import socket
import time
from socket import inet_pton
from cryptography import x509

View File

@ -1,3 +1,5 @@
import socket
from vpp_object import VppObject
from ipaddress import ip_address
from vpp_papi import VppEnum

View File

@ -6,6 +6,7 @@
#
import os
import socket
import time
import queue
from six import moves, iteritems