All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] selftests: net: Fix problems in some drivers/net tests
@ 2022-10-19  9:10 Benjamin Poirier
  2022-10-19  9:10 ` [PATCH net 1/2] selftests: net: Fix cross-tree inclusion of scripts Benjamin Poirier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Benjamin Poirier @ 2022-10-19  9:10 UTC (permalink / raw)
  To: netdev
  Cc: Jay Vosburgh, Veaceslav Falico, Andy Gospodarek, Shuah Khan,
	Andrew Lunn, Vivien Didelot, Florian Fainelli, Vladimir Oltean,
	Jiri Pirko, David S. Miller, linux-kernel, linux-kselftest,
	Jonathan Toppins, Eric Dumazet, Jakub Kicinski, Paolo Abeni

From: Benjamin Poirier <benjamin.poirier@gmail.com>

Fix two problems mostly introduced in commit bbb774d921e2 ("net: Add tests
for bonding and team address list management").

Benjamin Poirier (2):
  selftests: net: Fix cross-tree inclusion of scripts
  selftests: net: Fix netdev name mismatch in cleanup

 tools/testing/selftests/drivers/net/bonding/Makefile        | 4 +++-
 .../testing/selftests/drivers/net/bonding/dev_addr_lists.sh | 2 +-
 .../selftests/drivers/net/bonding/net_forwarding_lib.sh     | 1 +
 .../selftests/drivers/net/dsa/test_bridge_fdb_stress.sh     | 4 ++--
 tools/testing/selftests/drivers/net/team/Makefile           | 4 ++++
 tools/testing/selftests/drivers/net/team/dev_addr_lists.sh  | 6 +++---
 tools/testing/selftests/drivers/net/team/lag_lib.sh         | 1 +
 .../selftests/drivers/net/team/net_forwarding_lib.sh        | 1 +
 tools/testing/selftests/lib.mk                              | 4 ++--
 9 files changed, 18 insertions(+), 9 deletions(-)
 create mode 120000 tools/testing/selftests/drivers/net/bonding/net_forwarding_lib.sh
 create mode 120000 tools/testing/selftests/drivers/net/team/lag_lib.sh
 create mode 120000 tools/testing/selftests/drivers/net/team/net_forwarding_lib.sh

-- 
2.37.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-21  5:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-19  9:10 [PATCH net 0/2] selftests: net: Fix problems in some drivers/net tests Benjamin Poirier
2022-10-19  9:10 ` [PATCH net 1/2] selftests: net: Fix cross-tree inclusion of scripts Benjamin Poirier
2022-10-19  9:10 ` [PATCH net 2/2] selftests: net: Fix netdev name mismatch in cleanup Benjamin Poirier
2022-10-19 16:54 ` [PATCH net 0/2] selftests: net: Fix problems in some drivers/net tests Jonathan Toppins
2022-10-21  5:10 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.