Hi Chuck,
On Mon, Feb 27, 2023 at 4:58 PM Chuck Lever cel@kernel.org wrote:
From: Chuck Lever chuck.lever@oracle.com
Allow the new GSS Kerberos encryption type test suites to run outside of the kunit infrastructure. Replace the assertion that fires when lookup_enctype() so that the case is skipped instead of failing outright.
Reported-by: Geert Uytterhoeven geert@linux-m68k.org Signed-off-by: Chuck Lever chuck.lever@oracle.com
Hey Geert -
This patch addresses part of your concern: with this patch applied, you should be able to run only the tests that target the encryption types that are enabled in your kernel. The other tests will be skipped rather than fail outright.
Thanks, works fine!
Tested-by: Geert Uytterhoeven geert@linux-m68k.org
Gr{oetje,eeting}s,
Geert