Re: [PATCH 6/7] request-key: Add a simpler debug test
From: Jarkko Sakkinen
Date: Sat Aug 23 2025 - 20:04:55 EST
On Fri, Aug 22, 2025 at 03:22:13PM +0100, David Howells wrote:
> Add a simpler debug test to avoid the need to supply all the parameters
> that don't take part in the matching. This looks like:
>
> request-key --check <type> <desc> [<callout>] [<op>]
> request-key --check user debug:bar
>
> The unspecified parameters are just defaulted.
>
> Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
Tested-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx>
Reviewed-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx>
BR, Jarkko