On Wed, Sep 17, 2025 at 09:13:09AM -0700, Jakub Kicinski wrote: > On Wed, 17 Sep 2025 05:51:45 -0700 Breno Leitao wrote: > > tools/testing/selftests/drivers/net/Makefile | 1 + > > .../selftests/drivers/net/lib/sh/lib_netcons.sh | 167 > > +++++++++++++++++++-- > > .../selftests/drivers/net/netcons_over_bonding.sh | 76 ++++++++++ > > We need to add bonding to selftests/drivers/net/config:
Oh, I though it was using selftests/net/config. I even wrote on the commit message: ``` This depends on CONFIG_BONDING, which is already set in tools/testing/selftests/net/config. ``` but, in fact, It should be selftests/drivers/net/config. I will update.