public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] selftests: rds: add config file and config.sh -c option
@ 2026-03-20  4:18 Allison Henderson
  2026-03-20  4:18 ` [PATCH net-next v3 1/2] selftests: rds: add tools/testing/selftests/net/rds/config Allison Henderson
  2026-03-20  4:18 ` [PATCH net-next v3 2/2] selftests: rds: Add -c config option to rds/config.sh Allison Henderson
  0 siblings, 2 replies; 5+ messages in thread
From: Allison Henderson @ 2026-03-20  4:18 UTC (permalink / raw)
  To: netdev
  Cc: linux-kselftest, pabeni, edumazet, rds-devel, kuba, shuah, horms,
	linux-rdma, allison.henderson

This series adds an RDS-specific config file for ksft CI and extends
config.sh with a -c flag to specify an alternate config file path.
Users can now specify the path of the config they want to update, or
default to .config if none is specified.

---                                                                                                                                                  
Changes v2 -> v3:
  [PATCH net-next v3 1/2] selftests: rds: add tools/testing/selftests/net/rds/config
    - Sort CONFIG entries in tools/testing/selftests/net/rds/config
    - Sort TEST_FILES entries alphabetically in Makefile
  [PATCH net-next v3 2/2] selftests: rds: Add -c config option to rds/config.sh
    - Use bash array for FLAGS to keep config.sh shellcheck clean

Allison Henderson (2):
  selftests: rds: add tools/testing/selftests/net/rds/config
  selftests: rds: Add -c config option to rds/config.sh

 tools/testing/selftests/net/rds/Makefile   |  1 +
 tools/testing/selftests/net/rds/README.txt |  5 ++-
 tools/testing/selftests/net/rds/config     |  5 +++
 tools/testing/selftests/net/rds/config.sh  | 37 +++++++++++++---------
 4 files changed, 32 insertions(+), 16 deletions(-)
 create mode 100644 tools/testing/selftests/net/rds/config

-- 
2.43.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-03-24  6:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-20  4:18 [PATCH net-next v3 0/2] selftests: rds: add config file and config.sh -c option Allison Henderson
2026-03-20  4:18 ` [PATCH net-next v3 1/2] selftests: rds: add tools/testing/selftests/net/rds/config Allison Henderson
2026-03-24  2:40   ` Jakub Kicinski
2026-03-24  6:29     ` Allison Henderson
2026-03-20  4:18 ` [PATCH net-next v3 2/2] selftests: rds: Add -c config option to rds/config.sh Allison Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox