ACK: [PATCH 1/4] tpmevlog: add to batch tests
Colin Ian King
colin.king at canonical.com
Fri Jun 18 22:07:36 UTC 2021
On 17/06/2021 21:11, Alex Hung wrote:
> This also allows tpmevlog to be shown in fwts-live (fwts-frontend-text)
>
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
> src/tpm/tpmevlog/tpmevlog.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/tpm/tpmevlog/tpmevlog.c b/src/tpm/tpmevlog/tpmevlog.c
> index 85c4b907..95406663 100644
> --- a/src/tpm/tpmevlog/tpmevlog.c
> +++ b/src/tpm/tpmevlog/tpmevlog.c
> @@ -497,4 +497,4 @@ static fwts_framework_ops tpmevlog_ops = {
> .minor_tests = tpmevlog_tests
> };
>
> -FWTS_REGISTER("tpmevlog", &tpmevlog_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_ROOT_PRIV)
> +FWTS_REGISTER("tpmevlog", &tpmevlog_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_BATCH | FWTS_FLAG_ROOT_PRIV)
>
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the fwts-devel
mailing list