[rds-devel] [External] : Re: [PATCH net-next v2 1/2] selftests: rds: add tools/testing/selftests/net/rds/config
Jakub Kicinski
kuba at kernel.org
Thu Mar 19 23:54:35 UTC 2026
On Wed, 18 Mar 2026 17:46:17 -0700 Allison Henderson wrote:
> --- a/tools/testing/selftests/net/rds/Makefile
> +++ b/tools/testing/selftests/net/rds/Makefile
> @@ -9,6 +9,7 @@ TEST_FILES := \
> include.sh \
> settings \
> test.py \
> + config \
> # end of TEST_FILES
>
> EXTRA_CLEAN := \
> diff --git a/tools/testing/selftests/net/rds/config b/tools/testing/selftests/net/rds/config
> new file mode 100644
> index 000000000000..103f9d941d10
> --- /dev/null
> +++ b/tools/testing/selftests/net/rds/config
> @@ -0,0 +1,5 @@
> +CONFIG_RDS=y
> +CONFIG_RDS_TCP=y
> +CONFIG_NET_NS=y
> +CONFIG_VETH=y
> +CONFIG_NET_SCH_NETEM=y
Contents of both these files need to be sorted according to the whims
of these scripts:
selftests: rds: add config file and config.sh -c option
More information about the rds-devel
mailing list