linux/tools/testing/selftests/drivers/net/bonding
Jakub Kicinski f07f91a360 selftests: net: unify the Makefile formats
We get a significant number of conflicts between net and net-next
because of selftests Makefile changes. People tend to append new
test cases at the end of the Makefile when there's no clear sort
order. Sort all networking selftests Makefiles, use the following
format:

 VAR_NAME := \
	 entry1 \
	 entry2 \
	 entry3 \
 # end of VAR_NAME

Some Makefiles are already pretty close to this.

Acked-by: Antonio Quartulli <antonio@openvpn.net>
Acked-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Acked-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Petr Machata <petrm@nvidia.com>
Link: https://patch.msgid.link/20251003210127.1021918-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-10-06 13:14:06 -07:00
..
Makefile selftests: net: unify the Makefile formats 2025-10-06 13:14:06 -07:00
bond-arp-interval-causes-panic.sh
bond-break-lacpdu-tx.sh
bond-eth-type-change.sh
bond-lladdr-target.sh
bond_ipsec_offload.sh selftests: bonding: add ipsec offload test 2025-09-30 09:55:12 +02:00
bond_lacp_prio.sh selftests: bonding: add test for LACP actor port priority 2025-09-09 10:56:02 +02:00
bond_macvlan_ipvlan.sh
bond_options.sh selftests: bonding: add vlan over bond testing 2025-09-17 15:13:51 -07:00
bond_passive_lacp.sh selftests: bonding: add test for passive LACP mode 2025-08-21 09:35:21 +02:00
bond_topo_2d1c.sh selftests: bonding: add fail_over_mac testing 2025-09-15 17:48:42 -07:00
bond_topo_3d1c.sh selftests: bonding: add fail_over_mac testing 2025-09-15 17:48:42 -07:00
config selftests: net: sort configs 2025-10-06 13:12:59 -07:00
dev_addr_lists.sh
lag_lib.sh
mode-1-recovery-updelay.sh
mode-2-recovery-updelay.sh
settings