On 2022-08-31 11:58 +0900, Benjamin Poirier wrote: > Test that the bonding and team drivers clean up an underlying device's > address lists (dev->uc, dev->mc) when the aggregated device is deleted. > > Test addition and removal of the LACPDU multicast address on underlying > devices by the bonding driver. > > Signed-off-by: Benjamin Poirier <bpoirier@xxxxxxxxxx> > --- [...] > diff --git a/tools/testing/selftests/drivers/net/bonding/Makefile b/tools/testing/selftests/drivers/net/bonding/Makefile > index ab6c54b12098..bb7fe56f3801 100644 > --- a/tools/testing/selftests/drivers/net/bonding/Makefile > +++ b/tools/testing/selftests/drivers/net/bonding/Makefile > @@ -1,6 +1,7 @@ > # SPDX-License-Identifier: GPL-2.0 > # Makefile for net selftests > > -TEST_PROGS := bond-break-lacpdu-tx.sh > +TEST_PROGS := bond-break-lacpdu-tx.sh \ > + dev_addr_lists.sh > > include ../../../lib.mk Patchwork detected a problem in this patch so I will send a v2. "Script lag_lib.sh not found in tools/testing/selftests/drivers/net/bonding/Makefile"