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