From: Avinesh Kumar <akumar@suse.de>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v2 0/9] Simplify and convert some of rename tests to new LTP API
Date: Thu, 7 Jul 2022 16:33:10 +0530 [thread overview]
Message-ID: <20220707110319.24665-1-akumar@suse.de> (raw)
Rewriting some of rename tests using new LPT API and removing
rename02.c file as same testcase is covered in rename01.c.
Avinesh Kumar (9):
Rewrite rename01.c using new LTP API
Remove rename02.c
Rewrite rename03.c using new LTP API
Rewrite rename04.c using new LTP API
Rewrite rename05.c using new LTP API
Rewrite rename06.c using new LTP API
Rewrite rename07.c using new LTP API
Rewrite rename08.c using new LTP API
Rewrite rename10.c using new LTP API
runtest/syscalls | 1 -
testcases/kernel/syscalls/rename/.gitignore | 1 -
testcases/kernel/syscalls/rename/rename01.c | 259 +++++-------------
testcases/kernel/syscalls/rename/rename02.c | 192 --------------
testcases/kernel/syscalls/rename/rename03.c | 274 ++++----------------
testcases/kernel/syscalls/rename/rename04.c | 201 +++-----------
testcases/kernel/syscalls/rename/rename05.c | 189 ++------------
testcases/kernel/syscalls/rename/rename06.c | 182 ++-----------
testcases/kernel/syscalls/rename/rename07.c | 166 ++----------
testcases/kernel/syscalls/rename/rename08.c | 200 ++------------
testcases/kernel/syscalls/rename/rename10.c | 182 ++-----------
11 files changed, 264 insertions(+), 1583 deletions(-)
delete mode 100644 testcases/kernel/syscalls/rename/rename02.c
--
2.36.1
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next reply other threads:[~2022-07-07 11:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-07 11:03 Avinesh Kumar [this message]
2022-07-07 11:03 ` [LTP] [PATCH v2 1/9] Rewrite rename01.c using new LTP API Avinesh Kumar
2022-07-11 5:30 ` Richard Palethorpe
2022-07-12 15:41 ` Avinesh Kumar
2022-07-07 11:03 ` [LTP] [PATCH v2 2/9] Remove rename02.c Avinesh Kumar
2022-07-07 11:03 ` [LTP] [PATCH v2 3/9] Rewrite rename03.c using new LTP API Avinesh Kumar
2022-07-11 6:15 ` Richard Palethorpe
2022-07-07 11:03 ` [LTP] [PATCH v2 4/9] Rewrite rename04.c " Avinesh Kumar
2022-07-11 6:17 ` Richard Palethorpe
2022-07-12 15:43 ` Avinesh Kumar
2022-07-07 11:03 ` [LTP] [PATCH v2 5/9] Rewrite rename05.c " Avinesh Kumar
2022-07-07 11:03 ` [LTP] [PATCH v2 6/9] Rewrite rename06.c " Avinesh Kumar
2022-07-07 11:03 ` [LTP] [PATCH v2 7/9] Rewrite rename07.c " Avinesh Kumar
2022-07-07 11:03 ` [LTP] [PATCH v2 8/9] Rewrite rename08.c " Avinesh Kumar
2022-07-07 11:03 ` [LTP] [PATCH v2 9/9] Rewrite rename10.c " Avinesh Kumar
2022-07-11 6:50 ` Richard Palethorpe
2022-07-12 15:47 ` Avinesh Kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220707110319.24665-1-akumar@suse.de \
--to=akumar@suse.de \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.