aboutsummaryrefslogtreecommitdiff
path: root/tests/test_tcp_listen.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-26tests: Remove extra test by moving getsockname() to anotherAnoop C S1-0/+2
test_echo_tcp_socket currently tests socket() and getsockname() network calls. The test name was misleading as it does not require echo server to be setup. Moreover it failed to create socket_wrapper directory which is the pre-requisite for testing with libsocket_wrapper. Therefore it is better to integrate getsockname() test into existing test_tcp_listen test and remove useless test_echo_tcp_socket Signed-off-by: Anoop C S <anoopcs@redhat.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org>
2015-11-04tests: Add test for ephemeral port binding in listen()Andreas Schneider1-0/+115
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>