public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/2] shutdown testing suite
@ 2024-05-27  6:30 Andrea Cervesato
  2024-05-27  6:30 ` [LTP] [PATCH 1/2] Add shutdown01 test Andrea Cervesato
  2024-05-27  6:30 ` [LTP] [PATCH 2/2] Add shutdown02 test Andrea Cervesato
  0 siblings, 2 replies; 5+ messages in thread
From: Andrea Cervesato @ 2024-05-27  6:30 UTC (permalink / raw)
  To: ltp

This testing suite is meant to test shutdown() syscall functionalities.
The current LTP version uses shutdown() inside many tests, but none of
them is specifically running unit tests for it.

This suite comes with both unit tests for shutdown() flags and error
codes.

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
Andrea Cervesato (2):
      Add shutdown01 test
      Add shutdown02 test

 runtest/syscalls                                |   3 +
 testcases/kernel/syscalls/shutdown/.gitignore   |   2 +
 testcases/kernel/syscalls/shutdown/Makefile     |   7 ++
 testcases/kernel/syscalls/shutdown/shutdown01.c | 136 ++++++++++++++++++++++++
 testcases/kernel/syscalls/shutdown/shutdown02.c |  75 +++++++++++++
 5 files changed, 223 insertions(+)
---
base-commit: 0358f7a2788eed0cbff7f8519b1a0f7f89d36c13
change-id: 20240524-shutdown-c8d7580e916a

Best regards,
-- 
Andrea Cervesato <andrea.cervesato@suse.com>


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2024-06-07  8:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27  6:30 [LTP] [PATCH 0/2] shutdown testing suite Andrea Cervesato
2024-05-27  6:30 ` [LTP] [PATCH 1/2] Add shutdown01 test Andrea Cervesato
2024-06-05 20:24   ` Petr Vorel
2024-06-07  8:08     ` Andrea Cervesato via ltp
2024-05-27  6:30 ` [LTP] [PATCH 2/2] Add shutdown02 test Andrea Cervesato

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