Skip to content

Commit dd2d40a

Browse files
gobenjiPaolo Abeni
authored and
Paolo Abeni
committed
selftests: bonding: Add more missing config options
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 <[email protected]> Signed-off-by: Benjamin Poirier <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent 39369c9 commit dd2d40a

File tree

1 file changed

+5
-0
lines changed
  • tools/testing/selftests/drivers/net/bonding

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
CONFIG_BONDING=y
22
CONFIG_BRIDGE=y
33
CONFIG_DUMMY=y
4+
CONFIG_IPV6=y
45
CONFIG_MACVLAN=y
6+
CONFIG_NET_ACT_GACT=y
7+
CONFIG_NET_CLS_FLOWER=y
8+
CONFIG_NET_SCH_INGRESS=y
9+
CONFIG_NLMON=y
510
CONFIG_VETH=y

0 commit comments

Comments
 (0)