Skip to content

Commit

Permalink
netdevsim: add Makefile for selftests
Browse files Browse the repository at this point in the history
Add a Makefile for netdevsim selftests and add selftests path to
MAINTAINERS

Signed-off-by: David Wei <dw@davidwei.uk>
Link: https://lore.kernel.org/r/20240130214620.3722189-5-dw@davidwei.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
David Wei authored and Jakub Kicinski committed Feb 5, 2024
1 parent a888231 commit 8ff25da
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -15087,6 +15087,7 @@ NETDEVSIM
M: Jakub Kicinski <kuba@kernel.org>
S: Maintained
F: drivers/net/netdevsim/*
F: tools/testing/selftests/drivers/net/netdevsim/*

NETEM NETWORK EMULATOR
M: Stephen Hemminger <stephen@networkplumber.org>
Expand Down
17 changes: 17 additions & 0 deletions tools/testing/selftests/drivers/net/netdevsim/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SPDX-License-Identifier: GPL-2.0+ OR MIT

TEST_PROGS = devlink.sh \
devlink_in_netns.sh \
devlink_trap.sh \
ethtool-coalesce.sh \
ethtool-fec.sh \
ethtool-pause.sh \
ethtool-ring.sh \
fib.sh \
hw_stats_l3.sh \
nexthop.sh \
psample.sh \
tc-mq-visibility.sh \
udp_tunnel_nic.sh \

include ../../../lib.mk

0 comments on commit 8ff25da

Please sign in to comment.