Skip to content

Commit 843c3cb

Browse files
committed
Merge branch 'kselftests-net-missing'
Hangbin Liu says: ==================== kselftests/net: add missed tests to Makefile When generating the selftest to another folder, some tests are missing as they are not added in Makefile. e.g. make -C tools/testing/selftests/ install \ TARGETS="net" INSTALL_PATH=/tmp/kselftests These pathset add them separately to make the Fixes tags less. It would also make the stable tree or downstream backport easier. If you think there is no need to add the Fixes tag for this minor issue. I can repost a new patch and merge all the fixes together. Thanks v3: no update, just rebase to latest net tree. v2: move toeplitz.sh/toeplitz_client.sh under TEST_PROGS_EXTENDED. ==================== Signed-off-by: David S. Miller <[email protected]>
2 parents a441434 + 17b6737 commit 843c3cb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tools/testing/selftests/net/Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TEST_PROGS += udpgro_bench.sh udpgro.sh test_vxlan_under_vrf.sh reuseport_addr_a
1212
TEST_PROGS += test_vxlan_fdb_changelink.sh so_txtime.sh ipv6_flowlabel.sh
1313
TEST_PROGS += tcp_fastopen_backup_key.sh fcnal-test.sh l2tp.sh traceroute.sh
1414
TEST_PROGS += fin_ack_lat.sh fib_nexthop_multiprefix.sh fib_nexthops.sh
15-
TEST_PROGS += altnames.sh icmp_redirect.sh ip6_gre_headroom.sh
15+
TEST_PROGS += altnames.sh icmp.sh icmp_redirect.sh ip6_gre_headroom.sh
1616
TEST_PROGS += route_localnet.sh
1717
TEST_PROGS += reuseaddr_ports_exhausted.sh
1818
TEST_PROGS += txtimestamp.sh
@@ -30,7 +30,12 @@ TEST_PROGS += ioam6.sh
3030
TEST_PROGS += gro.sh
3131
TEST_PROGS += gre_gso.sh
3232
TEST_PROGS += cmsg_so_mark.sh
33-
TEST_PROGS_EXTENDED := in_netns.sh
33+
TEST_PROGS += srv6_end_dt46_l3vpn_test.sh
34+
TEST_PROGS += srv6_end_dt4_l3vpn_test.sh
35+
TEST_PROGS += srv6_end_dt6_l3vpn_test.sh
36+
TEST_PROGS += vrf_strict_mode_test.sh
37+
TEST_PROGS_EXTENDED := in_netns.sh setup_loopback.sh setup_veth.sh
38+
TEST_PROGS_EXTENDED += toeplitz_client.sh toeplitz.sh
3439
TEST_GEN_FILES = socket nettest
3540
TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy reuseport_addr_any
3641
TEST_GEN_FILES += tcp_mmap tcp_inq psock_snd txring_overwrite

0 commit comments

Comments
 (0)