diff options
author | Jonathan Toppins <jtoppins@redhat.com> | 2022-08-19 17:15:12 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-08-23 03:30:16 +0200 |
commit | c078290a2b7618473a7d0a05334cc91fe0ac2949 (patch) | |
tree | eb56541c189ffad2aea4e368b2aaa7b3e3493f88 /tools/testing/selftests/drivers/net/bonding/config | |
parent | net: moxa: get rid of asymmetry in DMA mapping/unmapping (diff) | |
download | linux-c078290a2b7618473a7d0a05334cc91fe0ac2949.tar.xz linux-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/drivers/net/bonding/config')
-rw-r--r-- | tools/testing/selftests/drivers/net/bonding/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/drivers/net/bonding/config b/tools/testing/selftests/drivers/net/bonding/config new file mode 100644 index 000000000000..dc1c22de3c92 --- /dev/null +++ b/tools/testing/selftests/drivers/net/bonding/config @@ -0,0 +1 @@ +CONFIG_BONDING=y |