[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240627163232.1c2b5e49@kernel.org>
Date: Thu, 27 Jun 2024 16:32:32 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: allison.henderson@...cle.com
Cc: netdev@...r.kernel.org, linux-kselftest@...r.kernel.org,
rds-devel@....oracle.com, linux-rdma@...r.kernel.org,
oberpar@...ux.ibm.com, chuck.lever@...cle.com, vegard.nossum@...cle.com
Subject: Re: [PATCH net-next v1 3/3] selftests: rds: add testing
infrastructure
On Tue, 25 Jun 2024 18:28:34 -0700 allison.henderson@...cle.com wrote:
> From: Vegard Nossum <vegard.nossum@...cle.com>
>
> This adds some basic self-testing infrastructure for RDS-TCP.
>
> Signed-off-by: Vegard Nossum <vegard.nossum@...cle.com>
> Signed-off-by: Chuck Lever <chuck.lever@...cle.com>
> Signed-off-by: Allison Henderson <allison.henderson@...cle.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.
--
pw-bot: cr
Powered by blists - more mailing lists