]> git.ipfire.org Git - people/ms/linux.git/commit
selftests: include bonding tests into the kselftest infra
authorJonathan Toppins <jtoppins@redhat.com>
Fri, 19 Aug 2022 15:15:12 +0000 (11:15 -0400)
committerJakub Kicinski <kuba@kernel.org>
Tue, 23 Aug 2022 01:30:16 +0000 (18:30 -0700)
commitc078290a2b7618473a7d0a05334cc91fe0ac2949
treeeb56541c189ffad2aea4e368b2aaa7b3e3493f88
parent0ee7828dfc56e97d71e51e6374dc7b4eb2b6e081
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>
MAINTAINERS
tools/testing/selftests/Makefile
tools/testing/selftests/drivers/net/bonding/Makefile [new file with mode: 0644]
tools/testing/selftests/drivers/net/bonding/bond-break-lacpdu-tx.sh [new file with mode: 0755]
tools/testing/selftests/drivers/net/bonding/config [new file with mode: 0644]
tools/testing/selftests/drivers/net/bonding/settings [new file with mode: 0644]