]> git.baikalelectronics.ru Git - kernel.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)
commitfa46180b1f538f95068d2ebe112f2e16c37a443b
treeeb56541c189ffad2aea4e368b2aaa7b3e3493f88
parent9b32a1a528cca9bd1ea78d64eb198dc954f2d2f0
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]