On 2024-04-24 12:40 +0200, Jiri Pirko wrote: > From: Jiri Pirko <jiri@xxxxxxxxxx> > > Allow driver tests to work without specifying the netdevice names. > Introduce a possibility to search for available netdevices according to > set driver name. Allow test to specify the name by setting > NETIF_FIND_DRIVER variable. > > Note that user overrides this either by passing netdevice names on the > command line or by declaring NETIFS array in custom forwarding.config > configuration file. > > Signed-off-by: Jiri Pirko <jiri@xxxxxxxxxx> > Reviewed-by: Petr Machata <petrm@xxxxxxxxxx> > --- Reviewed-by: Benjamin Poirier <bpoirier@xxxxxxxxxx>