On Tue, May 05, 2026 at 05:06:22PM -0700, Jakub Kicinski wrote: > Add test exercising duplicate leaves. > > Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: Breno Leitao <[email protected]> > diff --git a/tools/testing/selftests/drivers/net/shaper.py > b/tools/testing/selftests/drivers/net/shaper.py > index 11310f19bfa0..f7872c931bf6 100755 > --- a/tools/testing/selftests/drivers/net/shaper.py > +++ b/tools/testing/selftests/drivers/net/shaper.py > def main() -> None: > with NetDrvEnv(__file__, queue_count=4) as cfg: > cfg.queues = False > @@ -453,7 +471,10 @@ from lib.py import cmd > basic_groups, > qgroups, > delegation, > - queue_update], args=(cfg, NetshaperFamily())) > + queue_update, > + dup_leaves > + ], Nit: dup_leaves], on a single line matches the surrounding style and avoids the dangling bracket on its own line. Not worth a respin on its own.
