Re: [PATCH net] selftests/tls: fix TLS tests with CONFIG_TLS=n
From: David Miller <davem@davemloft.net>
Date: 2019-07-31 22:54:09
From: David Miller <davem@davemloft.net>
Date: 2019-07-31 22:54:09
From: Jakub Kicinski <redacted> Date: Mon, 29 Jul 2019 16:08:03 -0700
Build bot reports some recent TLS tests are failing
with CONFIG_TLS=n. Correct the expected return code
and skip TLS installation if not supported.
Tested with CONFIG_TLS=n and CONFIG_TLS=m.
Reported-by: kernel test robot <redacted>
Fixes: cf32526c8842 ("selftests/tls: add a test for ULP but no keys")
Fixes: 65d41fb317c6 ("selftests/tls: add a bidirectional test")
Signed-off-by: Jakub Kicinski <redacted>Applied, thanks Jakub.