diff options
author | Tom Jones <thj@freebsd.org> | 2024-02-07 13:26:41 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-04-02 02:25:22 +0000 |
commit | 800386ac3fd83113b533e736369865bd9018b801 (patch) | |
tree | 1d023d79e75a546323dd6361ab4e05d6b24a76ae /test/test_ikev2.py | |
parent | f2fc97aafc717097fa984db62191ca7e13c276e5 (diff) |
tests: Add missing socket imports in tests
Type: fix
Change-Id: I646f96517d3bda5c0f5644e6bb89ade7818fc466
Signed-off-by: Tom Jones <thj@freebsd.org>
Diffstat (limited to 'test/test_ikev2.py')
-rw-r--r-- | test/test_ikev2.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_ikev2.py b/test/test_ikev2.py index be788d86b3f..d25b448eb68 100644 --- a/test/test_ikev2.py +++ b/test/test_ikev2.py @@ -1,4 +1,5 @@ import os +import socket import time from socket import inet_pton from cryptography import x509 |