Skip to content

Commit d9142e1

Browse files
Naresh Kambojudavem330
authored andcommitted
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>
1 parent 2aa2f88 commit d9142e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/testing/selftests/net

tools/testing/selftests/net/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ CONFIG_NET_ACT_TUNNEL_KEY=m
4343
CONFIG_NET_ACT_MIRRED=m
4444
CONFIG_BAREUDP=m
4545
CONFIG_IPV6_IOAM6_LWTUNNEL=y
46+
CONFIG_TLS=m
4647
CONFIG_CRYPTO_SM4=y
4748
CONFIG_AMT=m

0 commit comments

Comments
 (0)