| Age | Commit message (Collapse) | Author |
|
|
|
- Remove unnecessary \ at EOL
- This allows to omit ; too
- Remove unnecessary quotes for arguments of atf_set
- Don't expand $DEBUG in eval
- We expect it's expanded on execution
Suggested by kre@
|
|
Note that tests for IPv6 don't pass yet; nd6 needs to handle CARP
correctly like arp does.
|
|
|
|
It passes ATF tests but no more, no less.
|
|
|
|
The test case fails expectedly because the implementation of CARP on IPv6
is incomplete yet.
|
|
The new shell script enables us to modify/add tests easily.
|
|
Minor fixes.
|
|
|
|
While here, remove duplicate entry for librump
|
|
|
|
so we also need -lrump after -lrumpuser. Fixes build for sun2.
|
|
|
|
- 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.
|
|
how many bugs this found :-)
|
|
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 ;)
|
|
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.
|