summaryrefslogtreecommitdiff
path: root/tests/net
AgeCommit message (Collapse)Author
2014-01-03ldpd wants inet6pooka
2013-12-18Add bpfilterbadmem, bpfilternoinitA and bpfilternoinitX tests.alnsn
2013-11-13CID 1107543, 230676, 1107543, 976795, 230676, 976795, 1125885, etc.christos
2013-11-12Retire t_ldp_static. It's too heavy weighted for releng's anita and mostlykefren
unsuited for atf.
2013-10-20write fail as a proper macrochristos
2013-10-19fix unused variable warningschristos
2013-10-17CID 1107548: resource leakchristos
2013-10-17CID 1107550: resource leakchristos
2013-10-12more testschristos
2013-10-12new test to check if non-blocking sockets are reset to blocking on thechristos
accepted file descriptor.
2013-10-10make this work on linuxchristos
2013-10-08Improve tests so that they check the sockaddr's returned by accept(2) andchristos
getsockname(2). Test for accept success after closed client socket.
2013-07-27Disable ip forwarding at penultimate hopkefren
Raise the ping wait time a little bit in order for changes to propagate over ldp
2013-07-27don't expect failure anymorekefren
2013-07-25add a couple of tests for dynamic MPLS routes generation using ldpdkefren
2013-07-23Use . for shm bus path and rump_server url instead of /tmpkefren
Exit after first reply in mpls_fw
2013-07-23Move all shm files from /tmp into . so ATF can automatically do cleanupmartin
for us. Ok: kefren
2013-07-23Add a test for RFC4182kefren
2013-07-19Add a couple of basic IP/MPLS forwarding testskefren
2013-07-03Remove makevirtif(), it's not likely to be used in testing.pooka
(and this file should go away anyway in favor of using ifconfig etc.)
2013-07-03Enable tests which does not require rump if MKRUMP=no.nakayama
Pointed out by christos on source-changes-d.
2013-06-27add a pktinfo testchristos
2013-03-01Rump kernel hypercalls are not necessary here.pooka
2013-02-19Check for RUMP programs before using them.joerg
2013-01-06fix messages.christos
2013-01-06new udp testchristos
2012-09-18Try to make this test gracefully fail when npftest is not availablemartin
2012-09-13Workaround infrastructure bug where additional rpath flags are added forjoerg
/lib, resulting in linker warnings for the compat case.
2012-09-12ATF wrapping of the npf testsmartin
2012-09-10Fix building with MKCOMPAT=noadam
2012-09-04Replace usleep(500000) with a synchronization over a pipe.alnsn
2012-09-03Fix test timeout.alnsn
2012-08-31There's a known-but-unresolved race condition in here somewhere thatpgoyette
causes these tests to sometimes deadlock. Since they run really fast when they are successful, it doesn't do any good to wait for the default 5-minute timeout. So explicitly set timeout for these tests to just 30 seconds.
2012-08-16Close pipes on exit.alnsn
2012-08-16Wait for a child to initialise its network stack before sending a ping.alnsn
Decrease BIOCSRTIMEOUT to 500ms.
2012-08-16Slightly reaarange, so that the 32bit version actually gets compiledmartin
and linked with -m32.
2012-08-16Do not disturb the atf output with debugging echosmartin
2012-08-15Test contiguous buffer as well.alnsn
2012-08-14Add __RCSID and and make a couple of stylistic changes.alnsn
2012-08-14Build and install t_bpfilter.alnsn
2012-08-14Add t_bpfilter test. At the moment, it only checksalnsn
that bpf program can read bytes from mbuf chain.
2012-08-13add fdpass testschristos
2012-08-08Exclude tests that use rumpchristos
2012-06-22PR/46602: Move the rfc6056 port randomization to the IP layer.christos
2012-03-18Move more PR references from comments to ATF's "descr".jruoho
2012-01-13PR/44196 is now fixed, so don't expect a failure.christos
2011-12-18Remove unused variablejoerg
2011-11-05Add missing copyright ((c) @christos).jruoho
2011-11-05Move connect(2), listen(2) and socketpair(2) tests to the right place.jruoho
2011-11-04socketpair test.christos