Skip to content

Commit

Permalink
selftests: bonding: Add more missing config options
Browse files Browse the repository at this point in the history
As a followup to commit 03fb856 ("selftests: bonding: add missing
build configs"), add more networking-specific config options which are
needed for bonding tests.

For testing, I used the minimal config generated by virtme-ng and I added
the options in the config file. All bonding tests passed.

Fixes: bbb774d ("net: Add tests for bonding and team address list management") # for ipv6
Fixes: 6cbe791 ("kselftest: bonding: add num_grat_arp test") # for tc options
Fixes: 222c94e ("selftests: bonding: add tests for ether type changes") # for nlmon
Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Benjamin Poirier <bpoirier@nvidia.com>
Link: https://lore.kernel.org/r/20240116154926.202164-1-bpoirier@nvidia.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
  • Loading branch information
Benjamin Poirier authored and Paolo Abeni committed Jan 18, 2024
1 parent 39369c9 commit dd2d40a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/testing/selftests/drivers/net/bonding/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
CONFIG_BONDING=y
CONFIG_BRIDGE=y
CONFIG_DUMMY=y
CONFIG_IPV6=y
CONFIG_MACVLAN=y
CONFIG_NET_ACT_GACT=y
CONFIG_NET_CLS_FLOWER=y
CONFIG_NET_SCH_INGRESS=y
CONFIG_NLMON=y
CONFIG_VETH=y

0 comments on commit dd2d40a

Please sign in to comment.