aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/Makefile
diff options
context:
space:
mode:
authorDave Watson <davejwatson@fb.com>2018-07-12 10:59:20 -0700
committerDavid S. Miller <davem@davemloft.net>2018-07-16 13:33:10 -0700
commit7f657d5bf507be0f059405306e860c4b3e40854b (patch)
tree50c8725a2888b06e67200f97176c665e4ec87f3f /tools/testing/selftests/net/Makefile
parentMerge branch 'docs-Fix-failover-build-warnings' (diff)
downloadlinux-dev-7f657d5bf507be0f059405306e860c4b3e40854b.tar.xz
linux-dev-7f657d5bf507be0f059405306e860c4b3e40854b.zip
selftests: tls: add selftests for TLS sockets
Add selftests for tls socket. Tests various iov and message options, poll blocking and nonblocking behavior, partial message sends / receives, and control message data. Tests should pass regardless of if TLS is enabled in the kernel or not, and print a warning message if not. Signed-off-by: Dave Watson <davejwatson@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net/Makefile')
-rw-r--r--tools/testing/selftests/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
index 663e11e85727..9cca68e440a0 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -13,7 +13,7 @@ TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy
TEST_GEN_FILES += tcp_mmap tcp_inq psock_snd
TEST_GEN_FILES += udpgso udpgso_bench_tx udpgso_bench_rx
TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa
-TEST_GEN_PROGS += reuseport_dualstack reuseaddr_conflict
+TEST_GEN_PROGS += reuseport_dualstack reuseaddr_conflict tls
include ../lib.mk