mbox series

[0/4] shell: Add TST_SKIP_IN_{LOCKDOWN,SECUREBOOT}=1

Message ID 20230728132120.17322-1-pvorel@suse.cz
Headers show
Series shell: Add TST_SKIP_IN_{LOCKDOWN,SECUREBOOT}=1 | expand

Message

Petr Vorel July 28, 2023, 1:21 p.m. UTC
and use it in insmod01.sh.

Petr Vorel (4):
  lib: shell: Add TST_SKIP_IN_LOCKDOWN=1
  lib: shell: Add TST_SKIP_IN_SECUREBOOT=1
  insmod01.sh: Skip test on lockdown and secure boot
  doc/shell-API: Document TST_SKIP_IN_{LOCKDOWN,SECUREBOOT}=1

 doc/shell-test-api.txt                 |  5 +++++
 doc/test-writing-guidelines.txt        |  4 ++--
 testcases/commands/insmod/insmod01.sh  |  3 +++
 testcases/lib/.gitignore               |  2 ++
 testcases/lib/Makefile                 |  2 +-
 testcases/lib/tst_lockdown_enabled.c   | 12 ++++++++++++
 testcases/lib/tst_secureboot_enabled.c | 12 ++++++++++++
 testcases/lib/tst_test.sh              | 10 +++++++++-
 8 files changed, 46 insertions(+), 4 deletions(-)
 create mode 100644 testcases/lib/tst_lockdown_enabled.c
 create mode 100644 testcases/lib/tst_secureboot_enabled.c

Comments

Cyril Hrubis Sept. 15, 2023, 10:49 a.m. UTC | #1
Hi!
Looks good.

Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
Petr Vorel Sept. 15, 2023, 11:11 a.m. UTC | #2
Hi Cyril,

> Hi!
> Looks good.

> Reviewed-by: Cyril Hrubis <chrubis@suse.cz>

Thank you for your review. Unless anybody complains, I'll merge this tonight.

Kind regards,
Petr
Li Wang Sept. 15, 2023, 12:40 p.m. UTC | #3
For patches:

Reviewed-by: Li Wang <liwang@redhat.com>

On Fri, Jul 28, 2023 at 9:21 PM Petr Vorel <pvorel@suse.cz> wrote:

> and use it in insmod01.sh.
>
> Petr Vorel (4):
>   lib: shell: Add TST_SKIP_IN_LOCKDOWN=1
>   lib: shell: Add TST_SKIP_IN_SECUREBOOT=1
>   insmod01.sh: Skip test on lockdown and secure boot
>   doc/shell-API: Document TST_SKIP_IN_{LOCKDOWN,SECUREBOOT}=1
>
>  doc/shell-test-api.txt                 |  5 +++++
>  doc/test-writing-guidelines.txt        |  4 ++--
>  testcases/commands/insmod/insmod01.sh  |  3 +++
>  testcases/lib/.gitignore               |  2 ++
>  testcases/lib/Makefile                 |  2 +-
>  testcases/lib/tst_lockdown_enabled.c   | 12 ++++++++++++
>  testcases/lib/tst_secureboot_enabled.c | 12 ++++++++++++
>  testcases/lib/tst_test.sh              | 10 +++++++++-
>  8 files changed, 46 insertions(+), 4 deletions(-)
>  create mode 100644 testcases/lib/tst_lockdown_enabled.c
>  create mode 100644 testcases/lib/tst_secureboot_enabled.c
>
> --
> 2.41.0
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
>
>
Petr Vorel Sept. 15, 2023, 2:38 p.m. UTC | #4
Hi all,

thanks for your review, patchset merged.

Kind regards,
Petr