Skip to content

Commit e4af74a

Browse files
superjamiekuba-moo
authored andcommitted
selftests: net: enable bind tests
bind_wildcard is compiled but not run, bind_timewait is not compiled. These two tests complete in a very short time, use the test harness properly, and seem reasonable to enable. The author of the tests confirmed via email that these were intended to be run. Enable these two tests. Fixes: 13715ac ("selftest: Add test for bind() conflicts.") Fixes: 2c042e8 ("tcp: Add selftest for bind() and TIME_WAIT.") Signed-off-by: Jamie Bainbridge <[email protected]> Reviewed-by: Eric Dumazet <[email protected]> Reviewed-by: Kuniyuki Iwashima <[email protected]> Link: https://patch.msgid.link/5a009b26cf5fb1ad1512d89c61b37e2fac702323.1725430322.git.jamie.bainbridge@gmail.com Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 8e69c96 commit e4af74a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/testing/selftests/net/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ TEST_GEN_PROGS += so_incoming_cpu
8585
TEST_PROGS += sctp_vrf.sh
8686
TEST_GEN_FILES += sctp_hello
8787
TEST_GEN_FILES += ip_local_port_range
88-
TEST_GEN_FILES += bind_wildcard
88+
TEST_GEN_PROGS += bind_wildcard
89+
TEST_GEN_PROGS += bind_timewait
8990
TEST_PROGS += test_vxlan_mdb.sh
9091
TEST_PROGS += test_bridge_neigh_suppress.sh
9192
TEST_PROGS += test_vxlan_nolocalbypass.sh

0 commit comments

Comments
 (0)