[LTP] [PATCH v1 0/5] Rewrite mountns testing suite

Andrea Cervesato andrea.cervesato@suse.de
Thu Feb 3 13:35:17 CET 2022


mountns testing suite has been rewritten using new LTP API and libclone
has been removed from dependences.

Andrea Cervesato (5):
  Rewrite mountns01 test using new LTP API
  Rewrite mountns02 test using new LTP API
  Rewrite mountns03 test using new LTP API
  Rewrite mountns04 test using new LTP API
  Remove obsolete mountns_helper.h

 testcases/kernel/containers/mountns/Makefile  |  21 +--
 testcases/kernel/containers/mountns/common.h  |  53 ++++++
 .../kernel/containers/mountns/mountns01.c     | 148 ++++++++--------
 .../kernel/containers/mountns/mountns02.c     | 145 +++++++---------
 .../kernel/containers/mountns/mountns03.c     | 161 ++++++++----------
 .../kernel/containers/mountns/mountns04.c     |  98 +++++------
 .../containers/mountns/mountns_helper.h       |  61 -------
 7 files changed, 308 insertions(+), 379 deletions(-)
 create mode 100644 testcases/kernel/containers/mountns/common.h
 delete mode 100644 testcases/kernel/containers/mountns/mountns_helper.h

-- 
2.34.1



More information about the ltp mailing list