mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
selftests: drv-net: psp: add association tests
Add tests for exercising PSP associations for TCP sockets. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Daniel Zahka <daniel.zahka@gmail.com> Link: https://patch.msgid.link/20250927225420.1443468-6-kuba@kernel.org Reviewed-by: Willem de Bruijn <willemb@google.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
committed by
Paolo Abeni
parent
8f90dc6e41
commit
81b8908531
@@ -22,7 +22,7 @@ try:
|
||||
from net.lib.py import ksft_disruptive, ksft_exit, ksft_pr, ksft_run, \
|
||||
ksft_setup
|
||||
from net.lib.py import ksft_eq, ksft_ge, ksft_in, ksft_is, ksft_lt, \
|
||||
ksft_ne, ksft_not_in, ksft_raises, ksft_true
|
||||
ksft_ne, ksft_not_in, ksft_raises, ksft_true, ksft_gt
|
||||
from net.lib.py import NetNSEnter
|
||||
from drivers.net.lib.py import GenerateTraffic
|
||||
from drivers.net.lib.py import NetDrvEnv, NetDrvEpEnv
|
||||
|
||||
Reference in New Issue
Block a user