[rds-devel] [PATCH net-next v1 3/3] selftests: rds: add testing infrastructure
Allison Henderson
allison.henderson at oracle.com
Fri Jul 12 20:16:18 UTC 2024
On Thu, 2024-06-27 at 16:32 -0700, Jakub Kicinski wrote:
> On Tue, 25 Jun 2024 18:28:34 -0700
> allison.henderson at oracle.com wrote:
> > From: Vegard Nossum <vegard.nossum at oracle.com>
> >
> > This adds some basic self-testing infrastructure for RDS-TCP.
> >
> > Signed-off-by: Vegard Nossum <vegard.nossum at oracle.com>
> > Signed-off-by: Chuck Lever <chuck.lever at oracle.com>
> > Signed-off-by: Allison Henderson <allison.henderson at 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
More information about the rds-devel
mailing list