Skip to content

Commit

Permalink
selftests: net: Add tls config dependency for tls selftests
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Naresh Kamboju authored and David S. Miller committed Mar 28, 2022
1 parent 2aa2f88 commit d9142e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/net/config
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d9142e1

Please sign in to comment.