On Thu, 2024-06-27 at 16:32 -0700, Jakub Kicinski wrote: > On Tue, 25 Jun 2024 18:28:34 -0700 > allison.henderson@xxxxxxxxxx wrote: > > From: Vegard Nossum <vegard.nossum@xxxxxxxxxx> > > > > This adds some basic self-testing infrastructure for RDS-TCP. > > > > Signed-off-by: Vegard Nossum <vegard.nossum@xxxxxxxxxx> > > Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> > > Signed-off-by: Allison Henderson <allison.henderson@xxxxxxxxxx> > > --- > > 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