[LTP] [PATCH v2 0/2] shutdown testing suite
Andrea Cervesato
andrea.cervesato@suse.de
Fri Jun 7 10:13:13 CEST 2024
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>
---
Changes in v2:
- shutdown01: move test cases inside .test / .tcnt
- shutdown01: usage of SAFE_RECV / SAFE_SEND
- shutdown01: fixed documentation formatting
- shutdown02: fixed documentation formatting
- Link to v1: https://lore.kernel.org/r/20240527-shutdown-v1-0-1feffca5e3df@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 | 121 ++++++++++++++++++++++++
testcases/kernel/syscalls/shutdown/shutdown02.c | 76 +++++++++++++++
5 files changed, 209 insertions(+)
---
base-commit: 0358f7a2788eed0cbff7f8519b1a0f7f89d36c13
change-id: 20240524-shutdown-c8d7580e916a
Best regards,
--
Andrea Cervesato <andrea.cervesato@suse.com>
More information about the ltp
mailing list