ltp.lists.linux.it archive mirror
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/3] Move container utils to testcases/lib/
@ 2023-03-10 12:41 Petr Vorel
  2023-03-10 12:41 ` [LTP] [PATCH 1/3] ns_exec.c: Rename to testcases/lib/tst_ns_exec.c Petr Vorel
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Petr Vorel @ 2023-03-10 12:41 UTC (permalink / raw)
  To: ltp

Preparation for https://github.com/linux-test-project/ltp/issues/991.

NOTE: this patch conflicts with my other patch [1]
(touching testcases/lib/{Makefile,.gitignore}).

Kind regards,
Petr

[1] https://patchwork.ozlabs.org/project/ltp/patch/20230307145517.1359-2-pvorel@suse.cz/


Petr Vorel (3):
  ns_exec.c: Rename to testcases/lib/tst_ns_exec.c
  ns_create.c: Rename to testcases/lib/tst_ns_create.c
  ns_ifmove.c: Rename to testcases/lib/tst_ns_ifmove.c

 doc/namespaces-helper-tools.txt               | 14 ++++++------
 .../ns_common.h => include/tst_ns_common.h    |  6 ++---
 .../kernel/containers/netns/netns_lib.sh      | 22 +++++++++----------
 .../kernel/containers/netns/netns_sysfs.sh    | 13 ++++++-----
 testcases/kernel/containers/share/.gitignore  |  3 ---
 testcases/kernel/containers/share/Makefile    | 22 -------------------
 testcases/kernel/fs/fs_bind/fs_bind_lib.sh    |  7 +++---
 testcases/lib/.gitignore                      |  3 +++
 testcases/lib/Makefile                        |  2 +-
 testcases/lib/tst_net.sh                      | 16 +++++++-------
 .../share/ns_create.c => lib/tst_ns_create.c} |  5 +++--
 .../share/ns_exec.c => lib/tst_ns_exec.c}     |  8 +++----
 .../share/ns_ifmove.c => lib/tst_ns_ifmove.c} |  2 +-
 13 files changed, 52 insertions(+), 71 deletions(-)
 rename testcases/kernel/containers/share/ns_common.h => include/tst_ns_common.h (89%)
 delete mode 100644 testcases/kernel/containers/share/.gitignore
 delete mode 100644 testcases/kernel/containers/share/Makefile
 rename testcases/{kernel/containers/share/ns_create.c => lib/tst_ns_create.c} (92%)
 rename testcases/{kernel/containers/share/ns_exec.c => lib/tst_ns_exec.c} (91%)
 rename testcases/{kernel/containers/share/ns_ifmove.c => lib/tst_ns_ifmove.c} (97%)

-- 
2.39.2


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

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

end of thread, other threads:[~2023-03-23  9:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 12:41 [LTP] [PATCH 0/3] Move container utils to testcases/lib/ Petr Vorel
2023-03-10 12:41 ` [LTP] [PATCH 1/3] ns_exec.c: Rename to testcases/lib/tst_ns_exec.c Petr Vorel
2023-03-10 12:41 ` [LTP] [PATCH 2/3] ns_create.c: Rename to testcases/lib/tst_ns_create.c Petr Vorel
2023-03-10 12:41 ` [LTP] [PATCH 3/3] ns_ifmove.c: Rename to testcases/lib/tst_ns_ifmove.c Petr Vorel
2023-03-10 12:42 ` [LTP] [PATCH 0/3] Move container utils to testcases/lib/ Petr Vorel
2023-03-13 15:06 ` Cyril Hrubis
2023-03-13 15:30   ` Petr Vorel
2023-03-23  9:22     ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).