[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260119182230.1296164-1-allison.henderson@oracle.com>
Date: Mon, 19 Jan 2026 11:22:28 -0700
From: allison.henderson@...cle.com
To: netdev@...r.kernel.org
Cc: linux-kselftest@...r.kernel.org, pabeni@...hat.com, edumazet@...gle.com,
rds-devel@....oracle.com, kuba@...nel.org, horms@...nel.org,
linux-rdma@...r.kernel.org, allison.henderson@...cle.com
Subject: [RFC net-next 0/2] selftests: rds: refactor and expand rds selftests test
From: Allison Henderson <allison.henderson@...cle.com>
This series aims to improve the current rds selftests. The first patch
refactors the existing test.py such that the networking set up can be
reused as general purpose infrastructure for other tests. The existing
send and receive code is hoisted into a separate rds_basic.py. The next
patch adds a new rds_stress.py that exercises RDS via the external
rds-stress tool from the rds-tools package if it is available on the host.
We add two new flags to test.py, -b and -s to select rds_basic or
rds_stress respectively. The intent is to make the RDS selftests more
modular and extensible. Let me know what you all think.
Questions, comments, suggestions appreciated!
Thanks!
Allison
Allison Henderson (2):
selftests: rds: Refactor test.py
selftests: rds: Add rds_stress.py
tools/testing/selftests/net/rds/rds_basic.py | 184 ++++++++++++++++++
tools/testing/selftests/net/rds/rds_stress.py | 58 ++++++
tools/testing/selftests/net/rds/run.sh | 42 +++-
tools/testing/selftests/net/rds/test.py | 182 +++--------------
4 files changed, 306 insertions(+), 160 deletions(-)
create mode 100755 tools/testing/selftests/net/rds/rds_basic.py
create mode 100644 tools/testing/selftests/net/rds/rds_stress.py
--
2.43.0
Powered by blists - more mailing lists