Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/6] Rewrite mountns testing suite
@ 2022-02-28 13:32 Andrea Cervesato
  2022-02-28 13:32 ` [LTP] [PATCH v2 1/6] Rewrite mountns01 test using new LTP API Andrea Cervesato
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Andrea Cervesato @ 2022-02-28 13:32 UTC (permalink / raw)
  To: ltp

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

Andrea Cervesato (6):
  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
  Removed obsolete mountns_helper.h
  Removed libclone usage from mountns testing suite

 testcases/kernel/containers/mountns/Makefile  |  21 +--
 testcases/kernel/containers/mountns/mountns.h |  50 ++++++
 .../kernel/containers/mountns/mountns01.c     | 148 +++++++---------
 .../kernel/containers/mountns/mountns02.c     | 145 +++++++---------
 .../kernel/containers/mountns/mountns03.c     | 158 ++++++++----------
 .../kernel/containers/mountns/mountns04.c     |  95 +++++------
 .../containers/mountns/mountns_helper.h       |  61 -------
 7 files changed, 285 insertions(+), 393 deletions(-)
 create mode 100644 testcases/kernel/containers/mountns/mountns.h
 delete mode 100644 testcases/kernel/containers/mountns/mountns_helper.h

-- 
2.35.1


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

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

end of thread, other threads:[~2022-02-28 15:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-28 13:32 [LTP] [PATCH v2 0/6] Rewrite mountns testing suite Andrea Cervesato
2022-02-28 13:32 ` [LTP] [PATCH v2 1/6] Rewrite mountns01 test using new LTP API Andrea Cervesato
2022-02-28 15:42   ` Cyril Hrubis
2022-02-28 15:53     ` Cyril Hrubis
2022-02-28 13:32 ` [LTP] [PATCH v2 2/6] Rewrite mountns02 " Andrea Cervesato
2022-02-28 13:32 ` [LTP] [PATCH v2 3/6] Rewrite mountns03 " Andrea Cervesato
2022-02-28 13:32 ` [LTP] [PATCH v2 4/6] Rewrite mountns04 " Andrea Cervesato
2022-02-28 13:32 ` [LTP] [PATCH v2 5/6] Removed obsolete mountns_helper.h Andrea Cervesato
2022-02-28 13:32 ` [LTP] [PATCH v2 6/6] Removed libclone usage from mountns testing suite Andrea Cervesato

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