linux/tools/testing/selftests/drivers/net/dsa
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
bridge_locked_port.sh selftests: dsa: Replace test symlinks by wrapper script 2024-01-31 10:55:11 +00:00
bridge_mdb.sh selftests: dsa: Replace test symlinks by wrapper script 2024-01-31 10:55:11 +00:00
bridge_mld.sh selftests: dsa: Replace test symlinks by wrapper script 2024-01-31 10:55:11 +00:00
bridge_vlan_aware.sh selftests: dsa: Replace test symlinks by wrapper script 2024-01-31 10:55:11 +00:00
bridge_vlan_mcast.sh selftests: dsa: Replace test symlinks by wrapper script 2024-01-31 10:55:11 +00:00
bridge_vlan_unaware.sh selftests: dsa: Replace test symlinks by wrapper script 2024-01-31 10:55:11 +00:00
forwarding.config selftests: drivers: dsa: add a subset of forwarding selftests 2022-04-23 12:18:16 +01:00
local_termination.sh selftests: dsa: Replace test symlinks by wrapper script 2024-01-31 10:55:11 +00:00
no_forwarding.sh selftests: dsa: Replace test symlinks by wrapper script 2024-01-31 10:55:11 +00:00
run_net_forwarding_test.sh selftests: dsa: Replace test symlinks by wrapper script 2024-01-31 10:55:11 +00:00
tc_actions.sh selftests: dsa: Replace test symlinks by wrapper script 2024-01-31 10:55:11 +00:00
tc_taprio.sh selftests: net: tc_taprio: new test 2025-04-29 14:44:34 -07:00
test_bridge_fdb_stress.sh selftests: dsa: Replace test symlinks by wrapper script 2024-01-31 10:55:11 +00:00