Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/if Make the test more stable
details: https://anonhg.NetBSD.org/src/rev/26e6ce45e845
branches: trunk
changeset: 351518:26e6ce45e845
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Fri Feb 17 00:51:52 2017 +0000
description:
Make the test more stable
diffstat:
tests/net/if/t_ifconfig.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r e1265014e39e -r 26e6ce45e845 tests/net/if/t_ifconfig.sh
--- a/tests/net/if/t_ifconfig.sh Fri Feb 17 00:51:25 2017 +0000
+++ b/tests/net/if/t_ifconfig.sh Fri Feb 17 00:51:52 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ifconfig.sh,v 1.16 2017/02/14 08:43:06 ozaki-r Exp $
+# $NetBSD: t_ifconfig.sh,v 1.17 2017/02/17 00:51:52 ozaki-r Exp $
#
# Copyright (c) 2015 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -343,10 +343,10 @@
# work for both IPv4 and IPv6
if [ $family = inet6 ]; then
atf_check -s exit:0 -o ignore \
- rump.sysctl -w net.inet6.ip6.dad_count=3
+ rump.sysctl -w net.inet6.ip6.dad_count=5
else
atf_check -s exit:0 -o ignore \
- rump.sysctl -w net.inet.ip.dad_count=3
+ rump.sysctl -w net.inet.ip.dad_count=5
fi
#
Home |
Main Index |
Thread Index |
Old Index