History log of /netbsd-src/tests/net/carp/t_basic.sh (Results 1 – 9 of 9)
Revision Date Author Comments
# d9ed1423 19-Sep-2023 gson <gson@NetBSD.org>

Don't expect the net/carp/t_basic/carp_handover_ipv6_halt_nocarpdevip
and carp_handover_ipv6_ifdown_nocarpdevip test cases to fail. At
least on the TNF i386 and amd64 testbeds, they pass more often

Don't expect the net/carp/t_basic/carp_handover_ipv6_halt_nocarpdevip
and carp_handover_ipv6_ifdown_nocarpdevip test cases to fail. At
least on the TNF i386 and amd64 testbeds, they pass more often than
not since the commit of src/sys/netinet/ip_carp.c 1.119 by mlelstv on
2023.04.07.06.44.08.

show more ...


# ce0ae1df 19-Aug-2019 ozaki-r <ozaki-r@NetBSD.org>

tests: use rump_server_add_iface to create interfaces


# 3f30ca4e 03-Aug-2017 ozaki-r <ozaki-r@NetBSD.org>

Clean up clunky eval strings

- 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 expande

Clean up clunky eval strings

- 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@

show more ...


# 28c6f0e7 18-May-2017 ozaki-r <ozaki-r@NetBSD.org>

Test CARP handover on setups without having IPs on carpdev (shmif)

Note that tests for IPv6 don't pass yet; nd6 needs to handle CARP
correctly like arp does.


# 9c1d2498 18-May-2017 ozaki-r <ozaki-r@NetBSD.org>

Reduce duplicated codes (DRY)


# 5ca786c5 27-Feb-2017 ozaki-r <ozaki-r@NetBSD.org>

Make CARP on IPv6 work

It passes ATF tests but no more, no less.


# 0dff263b 27-Feb-2017 ozaki-r <ozaki-r@NetBSD.org>

Test handovers on interface down as well as server halt


# d547401b 27-Feb-2017 ozaki-r <ozaki-r@NetBSD.org>

Add a test case for CARP on IPv6

The test case fails expectedly because the implementation of CARP on IPv6
is incomplete yet.


# cc5766bf 16-Jan-2017 ozaki-r <ozaki-r@NetBSD.org>

Rewrite tests for CARP in a shell script instead of C

The new shell script enables us to modify/add tests easily.