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.
This commit is contained in:
gson 2023-09-19 11:55:14 +00:00
parent 1da23bf4be
commit d9ed1423c3
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: t_basic.sh,v 1.8 2019/08/19 03:22:05 ozaki-r Exp $
# $NetBSD: t_basic.sh,v 1.9 2023/09/19 11:55:14 gson Exp $
#
# Copyright (c) 2017 Internet Initiative Japan Inc.
# All rights reserved.
@ -328,9 +328,6 @@ add_test_case()
name="${name}_nocarpdevip"
desc="$desc without carpdev IP"
fi
if [ $ipproto = ipv6 -a $carpdevip = no ]; then
expected_failure_code="atf_expect_fail 'nd6 needs to be fixed';"
fi
atf_test_case ${name} cleanup
eval "