aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2022-03-28 19:16:50 +0530
committerDavid S. Miller <davem@davemloft.net>2022-03-28 09:00:35 -0700
commitd9142e1cf3bbdaf21337767114ecab26fe702d47 (patch)
treede95bc13cba6bafc24ba1248b0335a4d663f79c8 /tools/testing/selftests/net
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf (diff)
downloadlinux-dev-d9142e1cf3bbdaf21337767114ecab26fe702d47.tar.xz
linux-dev-d9142e1cf3bbdaf21337767114ecab26fe702d47.zip
selftests: net: Add tls config dependency for tls selftests
selftest net tls test cases need TLS=m without this the test hangs. Enabling config TLS solves this problem and runs to complete. - CONFIG_TLS=m Reported-by: Linux Kernel Functional Testing <lkft@linaro.org> Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net')
-rw-r--r--tools/testing/selftests/net/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config
index ead7963b9bf0..cecb921a0dbf 100644
--- a/tools/testing/selftests/net/config
+++ b/tools/testing/selftests/net/config
@@ -43,5 +43,6 @@ CONFIG_NET_ACT_TUNNEL_KEY=m
CONFIG_NET_ACT_MIRRED=m
CONFIG_BAREUDP=m
CONFIG_IPV6_IOAM6_LWTUNNEL=y
+CONFIG_TLS=m
CONFIG_CRYPTO_SM4=y
CONFIG_AMT=m