summaryrefslogtreecommitdiffstats
path: root/tests/torture.h
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix type punning warnings.Andreas Schneider2014-09-011-0/+17
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* torture: Generate network traces for each test.Andreas Schneider2013-12-231-0/+1
|
* tests: Use torture_server_(address|port).Andreas Schneider2013-12-201-5/+0
| | | | This makes it possible to run tests without socket_wrapper.
* torture: Add torture_server_port().Andreas Schneider2013-12-201-0/+1
|
* torture: Add torture_server_address().Andreas Schneider2013-12-201-0/+2
| | | | This should make it easier to run the test without socket_wrapper.
* torture: Let the echo server listen on anyaddr.Andreas Schneider2013-12-201-1/+1
|
* torture: Add tcp function to setup echo server.Andreas Schneider2013-12-171-0/+3
|
* torture: Add torture_generate_random_buffer().Andreas Schneider2013-12-171-0/+2
|
* tests: Check the returned ip from recvfrom.Andreas Schneider2013-12-111-2/+2
|
* torture: Add torture_setup_echo_srv_udp_ipv6().Andreas Schneider2013-12-101-1/+3
|
* tests: Add teardown functions to torture lib.Andreas Schneider2013-12-101-0/+5
|
* tests: Add a torture library with helpers.Andreas Schneider2013-12-101-2/+17
|
* tests: Add test_echo_udp_sendto_recvfrom.Andreas Schneider2013-12-101-0/+45