summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/Makefile
diff options
context:
space:
mode:
authorMahesh Bandewar2019-07-01 23:39:01 +0200
committerDavid S. Miller2019-07-02 04:34:46 +0200
commit509e56b37cc32c9b5fc2be585c25d1e60d6a1d73 (patch)
tree30d85bf915bacf13f14ea2d3c40bbc68815d799d /tools/testing/selftests/net/Makefile
parentblackhole_netdev: use blackhole_netdev to invalidate dst entries (diff)
downloadkernel-qcow2-linux-509e56b37cc32c9b5fc2be585c25d1e60d6a1d73.tar.gz
kernel-qcow2-linux-509e56b37cc32c9b5fc2be585c25d1e60d6a1d73.tar.xz
kernel-qcow2-linux-509e56b37cc32c9b5fc2be585c25d1e60d6a1d73.zip
blackhole_dev: add a selftest
Since this is not really a device with all capabilities, this test ensures that it has *enough* to make it through the data path without causing unwanted side-effects (read crash!). Signed-off-by: Mahesh Bandewar <maheshb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net/Makefile')
-rw-r--r--tools/testing/selftests/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
index 9a275d932fd5..1b24e36b4047 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -5,7 +5,7 @@ CFLAGS = -Wall -Wl,--no-as-needed -O2 -g
CFLAGS += -I../../../../usr/include/
TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh \
- rtnetlink.sh xfrm_policy.sh
+ rtnetlink.sh xfrm_policy.sh test_blackhole_dev.sh
TEST_PROGS += fib_tests.sh fib-onlink-tests.sh pmtu.sh udpgso.sh ip_defrag.sh
TEST_PROGS += udpgso_bench.sh fib_rule_tests.sh msg_zerocopy.sh psock_snd.sh
TEST_PROGS += udpgro_bench.sh udpgro.sh test_vxlan_under_vrf.sh reuseport_addr_any.sh