public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/4] shell: Add TST_SKIP_IN_{LOCKDOWN,SECUREBOOT}=1
@ 2023-07-28 13:21 Petr Vorel
  2023-07-28 13:21 ` [LTP] [PATCH 1/4] lib: shell: Add TST_SKIP_IN_LOCKDOWN=1 Petr Vorel
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Petr Vorel @ 2023-07-28 13:21 UTC (permalink / raw)
  To: ltp

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-09-15 14:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-28 13:21 [LTP] [PATCH 0/4] shell: Add TST_SKIP_IN_{LOCKDOWN,SECUREBOOT}=1 Petr Vorel
2023-07-28 13:21 ` [LTP] [PATCH 1/4] lib: shell: Add TST_SKIP_IN_LOCKDOWN=1 Petr Vorel
2023-07-28 13:21 ` [LTP] [PATCH 2/4] lib: shell: Add TST_SKIP_IN_SECUREBOOT=1 Petr Vorel
2023-07-28 13:21 ` [LTP] [PATCH 3/4] insmod01.sh: Skip test on lockdown and secure boot Petr Vorel
2023-07-28 13:21 ` [LTP] [PATCH 4/4] doc/shell-API: Document TST_SKIP_IN_{LOCKDOWN, SECUREBOOT}=1 Petr Vorel
2023-09-15 14:07   ` Martin Doucha
2023-09-15 10:49 ` [LTP] [PATCH 0/4] shell: Add " Cyril Hrubis
2023-09-15 11:11   ` Petr Vorel
2023-09-15 12:40 ` Li Wang
2023-09-15 14:38   ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox