'index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/tests/net/carp/t_basic.c
AgeCommit message (Collapse)Author
2017-01-16Rewrite tests for CARP in a shell script instead of Cozaki-r
The new shell script enables us to modify/add tests easily.
2017-01-13Don't play with "../.." in includes for h_macros.h; deal with it centrally.christos
Minor fixes.
2011-06-26fix fallout from including signal.h in rump_syscallargs.hchristos
2010-11-07Adjusts tests after import of atf-0.12:jmmv
- The use.fs property is gone. - Mark the tests/fs/t_create:attrs test as broken when using the default unprivileged-user:_atf setting. This probably deserves a fix somehow but I'm not sure at this point.
2010-11-03add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazingchristos
how many bugs this found :-)
2010-08-11Put some sleeps between forking the hosts. Otherwise a race maypooka
be triggered which appears to cause one host to go berzerk with sending carp advertisements and ignore ping requests. I'll get to the bottom of this eventually, but this is a stopgap to prevent the test from failing, hopefully -- the race doesn't appear to trigger for me even with 0.1s on a loaded machine, so 0.5s should be better than fine. (hi jmmv ;)
2010-08-10Add a most elementary carp test: it forks off two processes,pooka
configures carp in each of them, and after verifying that the shared address responds to ping it brutally kills the master like a proper carnivore (none of that ifconfig down sissy vegan nonsense). Then the test checks if the backup got its act together by pinging the shared address and passes verdict.