summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorJonathan Toppins <jtoppins@redhat.com>2022-08-19 11:15:12 -0400
committerJakub Kicinski <kuba@kernel.org>2022-08-22 18:30:16 -0700
commitc078290a2b7618473a7d0a05334cc91fe0ac2949 (patch)
treeeb56541c189ffad2aea4e368b2aaa7b3e3493f88 /tools/testing/selftests/Makefile
parent0ee7828dfc56e97d71e51e6374dc7b4eb2b6e081 (diff)
downloadlinux-stable-c078290a2b7618473a7d0a05334cc91fe0ac2949.tar.gz
linux-stable-c078290a2b7618473a7d0a05334cc91fe0ac2949.tar.bz2
linux-stable-c078290a2b7618473a7d0a05334cc91fe0ac2949.zip
selftests: include bonding tests into the kselftest infra
This creates a test collection in drivers/net/bonding for bonding specific kernel selftests. The first test is a reproducer that provisions a bond and given the specific order in how the ip-link(8) commands are issued the bond never transmits an LACPDU frame on any of its slaves. Signed-off-by: Jonathan Toppins <jtoppins@redhat.com> Acked-by: Jay Vosburgh <jay.vosburgh@canonical.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r--tools/testing/selftests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 10b34bb03bc1..c2064a35688b 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -12,6 +12,7 @@ TARGETS += cpu-hotplug
TARGETS += damon
TARGETS += drivers/dma-buf
TARGETS += drivers/s390x/uvdevice
+TARGETS += drivers/net/bonding
TARGETS += efivarfs
TARGETS += exec
TARGETS += filesystems