Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/net



Module Name:    src
Committed By:   pooka
Date:           Tue Aug 10 21:55:28 UTC 2010

Modified Files:
        src/tests/net: Makefile
Added Files:
        src/tests/net/carp: Makefile t_basic.c

Log Message:
Add a most elementary carp test: it forks off two processes,
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/net/carp/Makefile \
    src/tests/net/carp/t_basic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index