mbox series

[v3,0/3] Refactor pidns30 and pidns31 using new LTP API

Message ID 20220816113142.25638-1-andrea.cervesato@suse.com
Headers show
Series Refactor pidns30 and pidns31 using new LTP API | expand

Message

Andrea Cervesato Aug. 16, 2022, 11:31 a.m. UTC
pidns30 and pidns31 tests have been refactor using new LTP API.
Also added more SAFE_* macros in tst_safe_posix_ipc.h header file.

Andrea Cervesato (3):
  Add more mqueue safe macros
  Refactor pidns30 test using new LTP API
  Refactor pidns31 test using new LTP API

 include/tst_safe_posix_ipc.h                |  73 ++++
 testcases/kernel/containers/pidns/pidns30.c | 312 ++++--------------
 testcases/kernel/containers/pidns/pidns31.c | 347 +++++---------------
 3 files changed, 213 insertions(+), 519 deletions(-)