Skip to content

Commit 7b6fb30

Browse files
gobenjikuba-moo
authored andcommitted
selftests: team: Add missing config options
Similar to commit dd2d40a ("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: bbb774d ("net: Add tests for bonding and team address list management") Reviewed-by: Petr Machata <petrm@nvidia.com> Signed-off-by: Benjamin Poirier <bpoirier@nvidia.com> Link: https://lore.kernel.org/r/20240131140848.360618-2-bpoirier@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent e0526ec commit 7b6fb30

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • tools/testing/selftests/drivers/net/team

tools/testing/selftests/drivers/net/team/config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
CONFIG_DUMMY=y
2+
CONFIG_IPV6=y
3+
CONFIG_MACVLAN=y
14
CONFIG_NET_TEAM=y
25
CONFIG_NET_TEAM_MODE_LOADBALANCE=y
3-
CONFIG_MACVLAN=y

0 commit comments

Comments
 (0)