aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/Makefile
diff options
context:
space:
mode:
authorJosef Bacik <jbacik@fb.com>2017-09-19 09:51:26 -0400
committerShuah Khan <shuahkh@osg.samsung.com>2017-09-19 14:09:26 -0600
commit422d8dc6fd3afecd66bd6acfcd73a2d53e338ff3 (patch)
tree2a331b6131daaf43fdfced5725e25f2a40555a1c /tools/testing/selftests/net/Makefile
parentselftests: silence test output by default (diff)
downloadlinux-dev-422d8dc6fd3afecd66bd6acfcd73a2d53e338ff3.tar.xz
linux-dev-422d8dc6fd3afecd66bd6acfcd73a2d53e338ff3.zip
selftest: add a reuseaddr test
This is to test for a regression introduced by b9470c27607b ("inet: kill smallest_size and smallest_port") which introduced a problem with reuseaddr and bind conflicts. Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
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 de1f5772b878..3df542c84610 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -7,7 +7,7 @@ TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetl
TEST_GEN_FILES = socket
TEST_GEN_FILES += psock_fanout psock_tpacket
TEST_GEN_FILES += reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa
-TEST_GEN_FILES += reuseport_dualstack msg_zerocopy
+TEST_GEN_FILES += reuseport_dualstack msg_zerocopy reuseaddr_conflict
include ../lib.mk