]> www.infradead.org Git - users/hch/dma-mapping.git/commit
selftests: net: enable bind tests
authorJamie Bainbridge <jamie.bainbridge@gmail.com>
Wed, 4 Sep 2024 06:12:26 +0000 (16:12 +1000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 Sep 2024 21:38:15 +0000 (14:38 -0700)
commite4af74a53b7aa865e7fcc104630ebb7a9129b71f
treebee6618b2360dddd528653cc37d2ec119d36c5b4
parent8e69c96df771ab469cec278edb47009351de4da6
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: 13715acf8ab5 ("selftest: Add test for bind() conflicts.")
Fixes: 2c042e8e54ef ("tcp: Add selftest for bind() and TIME_WAIT.")
Signed-off-by: Jamie Bainbridge <jamie.bainbridge@gmail.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/5a009b26cf5fb1ad1512d89c61b37e2fac702323.1725430322.git.jamie.bainbridge@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/Makefile