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
