Skip to content

Commit 39369c9

Browse files
kuba-mooPaolo Abeni
authored andcommitted
selftests: netdevsim: add a config file
netdevsim tests aren't very well integrated with kselftest, which has its advantages and disadvantages. But regardless of the intended integration - a config file to know what kernel to build is very useful, add one. Fixes: fc4c93f ("selftests: add basic netdevsim devlink flash testing") Signed-off-by: Jakub Kicinski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent ea937f7 commit 39369c9

File tree

1 file changed

+10
-0
lines changed
  • tools/testing/selftests/drivers/net/netdevsim

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
CONFIG_DUMMY=y
2+
CONFIG_GENEVE=m
3+
CONFIG_IPV6=y
4+
CONFIG_NETDEVSIM=m
5+
CONFIG_NET_SCH_MQPRIO=y
6+
CONFIG_NET_SCH_MULTIQ=y
7+
CONFIG_NET_SCH_PRIO=y
8+
CONFIG_PSAMPLE=y
9+
CONFIG_PTP_1588_CLOCK_MOCK=y
10+
CONFIG_VXLAN=m

0 commit comments

Comments
 (0)