[B][SRU][PATCH 1/4] selftests: Add fib-onlink-tests.sh to TEST_PROGS
Po-Hsu Lin
po-hsu.lin at canonical.com
Wed Jul 7 11:47:27 UTC 2021
From: David Ahern <dsahern at gmail.com>
BugLink: https://bugs.launchpad.net/bugs/1934759
Fixes: 153e1b84f477 ("selftests: Add FIB onlink tests")
Reported-by: Ido Schimmel <idosch at idosch.org>
Signed-off-by: David Ahern <dsahern at gmail.com>
Signed-off-by: David S. Miller <davem at davemloft.net>
(backported from commit a52b839752aab7063c38c1cb7b8e63efc54e3c30)
[PHLin: ignore fib_tests.sh]
Signed-off-by: Po-Hsu Lin <po-hsu.lin at canonical.com>
---
tools/testing/selftests/net/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
index 337d84a..92c3b41 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -5,6 +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
+TEST_PROGS += fib-onlink-tests.sh
TEST_GEN_FILES = socket
TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy
TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa
--
2.7.4
More information about the kernel-team
mailing list