Commit 7b6fb305 authored by Benjamin Poirier's avatar Benjamin Poirier Committed by Jakub Kicinski

selftests: team: Add missing config options

Similar to commit dd2d40ac ("selftests: bonding: Add more missing
config options"), add more networking-specific config options which are
needed for team device tests.

For testing, I used the minimal config generated by virtme-ng and I added
the options in the config file. Afterwards, the team device test passed.

Fixes: bbb774d9 ("net: Add tests for bonding and team address list management")
Reviewed-by: default avatarPetr Machata <petrm@nvidia.com>
Signed-off-by: default avatarBenjamin Poirier <bpoirier@nvidia.com>
Link: https://lore.kernel.org/r/20240131140848.360618-2-bpoirier@nvidia.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent e0526ec5
CONFIG_DUMMY=y
CONFIG_IPV6=y
CONFIG_MACVLAN=y
CONFIG_NET_TEAM=y CONFIG_NET_TEAM=y
CONFIG_NET_TEAM_MODE_LOADBALANCE=y CONFIG_NET_TEAM_MODE_LOADBALANCE=y
CONFIG_MACVLAN=y
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment