From: Allison Henderson <allison.henderson@oracle.com>
To: "kuba@kernel.org" <kuba@kernel.org>
Cc: Chuck Lever III <chuck.lever@oracle.com>,
"rds-devel@oss.oracle.com" <rds-devel@oss.oracle.com>,
Vegard Nossum <vegard.nossum@oracle.com>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"linux-kselftest@vger.kernel.org"
<linux-kselftest@vger.kernel.org>,
"linux-rdma@vger.kernel.org" <linux-rdma@vger.kernel.org>,
"oberpar@linux.ibm.com" <oberpar@linux.ibm.com>
Subject: Re: [PATCH net-next v1 3/3] selftests: rds: add testing infrastructure
Date: Fri, 12 Jul 2024 20:16:18 +0000 [thread overview]
Message-ID: <4ace517a9e1cdd4dde0784b7911ec6c704582fa1.camel@oracle.com> (raw)
In-Reply-To: <20240627163232.1c2b5e49@kernel.org>
On Thu, 2024-06-27 at 16:32 -0700, Jakub Kicinski wrote:
> On Tue, 25 Jun 2024 18:28:34 -0700
> allison.henderson@oracle.com wrote:
> > From: Vegard Nossum <vegard.nossum@oracle.com>
> >
> > This adds some basic self-testing infrastructure for RDS-TCP.
> >
> > Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
> > Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
> > Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
> > ---
> > Documentation/dev-tools/gcov.rst | 11 +
> > MAINTAINERS | 1 +
> > tools/testing/selftests/Makefile | 1 +
> > tools/testing/selftests/net/rds/Makefile | 13 +
> > tools/testing/selftests/net/rds/README.txt | 41 ++++
> > tools/testing/selftests/net/rds/config.sh | 56 +++++
> > tools/testing/selftests/net/rds/init.sh | 69 ++++++
> > tools/testing/selftests/net/rds/run.sh | 271
> > +++++++++++++++++++++
> > tools/testing/selftests/net/rds/test.py | 251
> > +++++++++++++++++++
>
> Let's start with adding selftests, well integrated with kselftest
> infra.
> This is how we execute the tests in networking:
> https://github.com/linux-netdev/nipa/wiki/How-to-run-netdev-selftests-CI-style
>
> If you want to use python please use
> tools/testing/selftests/net/lib/py/
> instead adding another wrappers.
Alrighty, thank you for the review! Sorry for the delay, I've been out
of town last week and just saw the response. I will go through the
link you've provided and update the scripts. Thank you!
Allison
prev parent reply other threads:[~2024-07-12 20:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-26 1:28 [PATCH net-next v1 0/3] selftests: rds selftest allison.henderson
2024-06-26 1:28 ` [PATCH net-next v1 1/3] .gitignore: add .gcda files allison.henderson
2024-06-26 1:28 ` [PATCH net-next v1 2/3] net: rds: add option for GCOV profiling allison.henderson
2024-06-27 23:28 ` Jakub Kicinski
2024-06-26 1:28 ` [PATCH net-next v1 3/3] selftests: rds: add testing infrastructure allison.henderson
2024-06-27 23:32 ` Jakub Kicinski
2024-07-12 20:16 ` Allison Henderson [this message]
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=4ace517a9e1cdd4dde0784b7911ec6c704582fa1.camel@oracle.com \
--to=allison.henderson@oracle.com \
--cc=chuck.lever@oracle.com \
--cc=kuba@kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=oberpar@linux.ibm.com \
--cc=rds-devel@oss.oracle.com \
--cc=vegard.nossum@oracle.com \
/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 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).