]> Git Repo - linux.git/commitdiff
selftests: bonding: add missing build configs
authorJakub Kicinski <[email protected]>
Tue, 16 Jan 2024 02:02:01 +0000 (18:02 -0800)
committerJakub Kicinski <[email protected]>
Tue, 16 Jan 2024 14:58:53 +0000 (06:58 -0800)
bonding tests also try to create bridge, veth and dummy
interfaces. These are not currently listed in config.

Fixes: bbb774d921e2 ("net: Add tests for bonding and team address list management")
Fixes: c078290a2b76 ("selftests: include bonding tests into the kselftest infra")
Acked-by: Muhammad Usama Anjum <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
tools/testing/selftests/drivers/net/bonding/config

index 70638fa50b2cc872747bd9cdd34a1a111251dc97..f85b16fc5128c5b76b94773c0bda418cbeb4f543 100644 (file)
@@ -1,2 +1,5 @@
 CONFIG_BONDING=y
+CONFIG_BRIDGE=y
+CONFIG_DUMMY=y
 CONFIG_MACVLAN=y
+CONFIG_VETH=y
This page took 0.054882 seconds and 4 git commands to generate.