summaryrefslogtreecommitdiff
path: root/tests/net/icmp
AgeCommit message (Expand)Author
2020-03-01Centralize the base rump libraries into a variable used by all the otherchristos
2019-06-11In the "got %d/%d" message printed at the end of the pingsize test,gson
2019-06-01Deal with fallout from the addition ofkre
2019-05-13Get rid of all the -lrumpdev and -lrumpvfs that are no longer neededbad
2018-03-26Handle errors better.roy
2018-03-24Allow a valid sendto .... duhroy
2018-03-24Fix a printf(3)-like format in ATF ICMP t_ping.ckamil
2018-03-23Note value received. Harden another sendto for ENOBUFS.roy
2018-03-22Handle ENOBUFS in sendtoroy
2018-03-22Handle ENOBUFS in recvroy
2017-05-26Change the default value of DEBUG of stable tests to falseozaki-r
2017-01-13Don't play with "../.." in includes for h_macros.h; deal with it centrally.christos
2016-11-25Share rump_server start/stop and interface creation/destruction functionsozaki-r
2016-11-24Move get_lladdr to net_common.shozaki-r
2016-11-24Move route check functions to net_common.shozaki-r
2016-11-07Accept DEBUG environment variableozaki-r
2016-10-20Make test names self-descriptiveozaki-r
2016-10-02More adaptation to changed ifconfig output format.kre
2016-08-10+ -lrumpdevkre
2016-08-08And this one also needs librumpvfspgoyette
2016-08-08More need for librumpdevpgoyette
2015-12-25Add some tests for sysctl net.inet.ip.*ozaki-r
2015-09-14Add tests for IPv6 ICMP redirectozaki-r
2015-08-31Add tests for ICMP redirect timeoutozaki-r
2015-02-26Bump timeout to 20 seconds for slower machines.martin
2015-02-26Do not use artificial low timeouts - slow machines might be still pagingmartin
2014-06-10Fix static linking for the tests: -lrump is also used by -lrumpuser,he
2012-09-04Replace usleep(500000) with a synchronization over a pipe.alnsn
2012-03-18Move more PR references from comments to ATF's "descr".jruoho
2011-06-26fix fallout from including signal.h from rump_syscallargs.hchristos
2011-01-05Use raw buffer size (not aligned value) to limit packet sizemartin
2011-01-05Fix alignment of sndbuf (sparc64 got a SIGBUS in this test)martin
2010-12-30Substitute a surgical rump_server configuration for rump_allserverpooka
2010-12-18atf-check => atf_checkpooka
2010-12-14use ping -n, since technically we don't have dnspooka
2010-12-14Add another version of the simple ping test, this time written as apooka
2010-11-07Adjusts tests after import of atf-0.12:jmmv
2010-11-03make that u_int, because it is passed as a socket option.christos
2010-11-03add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazingchristos
2010-08-26setsockopt() wants int instead of size_t. Should fix this on LP64.pooka
2010-08-23Add a delay between startup of pinger and pingee here too.pooka
2010-08-18.. put a timeout here just in case the receive does not increasepooka
2010-08-18Add a test for the "ping of death". Declare the test a successpooka
2010-08-18send pings in ascending orderpooka
2010-08-18Add a two-way floodping test and a test which sends icmp echos withpooka
2010-08-17add a test which floodpings another hostpooka
2010-08-09test that kernel reponds to pingpooka
2010-07-26Remove stuff handled by common code now.pooka
2010-07-26Calculate broadcast IP instead of requiring it as a config parameter.pooka
2010-07-25make interface/routing configuration a bit more genericpooka