Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net Change the default value of DEBUG of stable tests ...
details: https://anonhg.NetBSD.org/src/rev/173604ed4d9c
branches: trunk
changeset: 824156:173604ed4d9c
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Fri May 26 01:14:38 2017 +0000
description:
Change the default value of DEBUG of stable tests to false
diffstat:
tests/net/icmp/t_icmp6_redirect.sh | 4 ++--
tests/net/if_gif/t_gif.sh | 4 ++--
tests/net/ndp/t_ndp.sh | 4 ++--
tests/net/ndp/t_ra.sh | 4 ++--
tests/net/net/t_ipv6address.sh | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diffs (90 lines):
diff -r 6fa6562664de -r 173604ed4d9c tests/net/icmp/t_icmp6_redirect.sh
--- a/tests/net/icmp/t_icmp6_redirect.sh Fri May 26 00:15:12 2017 +0000
+++ b/tests/net/icmp/t_icmp6_redirect.sh Fri May 26 01:14:38 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_icmp6_redirect.sh,v 1.7 2016/11/25 08:51:16 ozaki-r Exp $
+# $NetBSD: t_icmp6_redirect.sh,v 1.8 2017/05/26 01:14:38 ozaki-r Exp $
#
# Copyright (c) 2015 Internet Initiative Japan Inc.
# All rights reserved.
@@ -42,7 +42,7 @@
REDIRECT_TIMEOUT=5
-DEBUG=${DEBUG:-true}
+DEBUG=${DEBUG:-false}
atf_test_case icmp6_redirect_basic cleanup
diff -r 6fa6562664de -r 173604ed4d9c tests/net/if_gif/t_gif.sh
--- a/tests/net/if_gif/t_gif.sh Fri May 26 00:15:12 2017 +0000
+++ b/tests/net/if_gif/t_gif.sh Fri May 26 01:14:38 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_gif.sh,v 1.9 2016/12/21 09:46:39 ozaki-r Exp $
+# $NetBSD: t_gif.sh,v 1.10 2017/05/26 01:14:38 ozaki-r Exp $
#
# Copyright (c) 2015 Internet Initiative Japan Inc.
# All rights reserved.
@@ -61,7 +61,7 @@
ROUTER2_GIFIP6_RECURSIVE1=fc00:104::1
ROUTER2_GIFIP6_RECURSIVE2=fc00:204::1
-DEBUG=${DEBUG:-true}
+DEBUG=${DEBUG:-false}
TIMEOUT=5
setup_router()
diff -r 6fa6562664de -r 173604ed4d9c tests/net/ndp/t_ndp.sh
--- a/tests/net/ndp/t_ndp.sh Fri May 26 00:15:12 2017 +0000
+++ b/tests/net/ndp/t_ndp.sh Fri May 26 01:14:38 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ndp.sh,v 1.18 2017/03/03 07:34:04 ozaki-r Exp $
+# $NetBSD: t_ndp.sh,v 1.19 2017/05/26 01:14:38 ozaki-r Exp $
#
# Copyright (c) 2015 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -30,7 +30,7 @@
IP6SRC=fc00::1
IP6DST=fc00::2
-DEBUG=${DEBUG:-true}
+DEBUG=${DEBUG:-false}
TIMEOUT=1
atf_test_case ndp_cache_expiration cleanup
diff -r 6fa6562664de -r 173604ed4d9c tests/net/ndp/t_ra.sh
--- a/tests/net/ndp/t_ra.sh Fri May 26 00:15:12 2017 +0000
+++ b/tests/net/ndp/t_ra.sh Fri May 26 01:14:38 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ra.sh,v 1.26 2017/03/03 07:34:04 ozaki-r Exp $
+# $NetBSD: t_ra.sh,v 1.27 2017/05/26 01:14:38 ozaki-r Exp $
#
# Copyright (c) 2015 Internet Initiative Japan Inc.
# All rights reserved.
@@ -44,7 +44,7 @@
PIDFILE4=./rump.rtadvd.pid4
CONFIG=./rtadvd.conf
WAITTIME=2
-DEBUG=${DEBUG:-true}
+DEBUG=${DEBUG:-false}
init_server()
{
diff -r 6fa6562664de -r 173604ed4d9c tests/net/net/t_ipv6address.sh
--- a/tests/net/net/t_ipv6address.sh Fri May 26 00:15:12 2017 +0000
+++ b/tests/net/net/t_ipv6address.sh Fri May 26 01:14:38 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ipv6address.sh,v 1.12 2016/12/14 02:50:42 ozaki-r Exp $
+# $NetBSD: t_ipv6address.sh,v 1.13 2017/05/26 01:14:38 ozaki-r Exp $
#
# Copyright (c) 2015 Internet Initiative Japan Inc.
# All rights reserved.
@@ -41,7 +41,7 @@
BUSSRC=bus_src
BUSDST=bus_dst
-DEBUG=${DEBUG:-true}
+DEBUG=${DEBUG:-false}
TIMEOUT=3
atf_test_case linklocal cleanup
Home |
Main Index |
Thread Index |
Old Index