Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/if_wg Bump tentative flag timeout (-w) from 10 to ...



details:   https://anonhg.NetBSD.org/src/rev/940580ce840e
branches:  trunk
changeset: 953249:940580ce840e
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Mar 02 07:02:14 2021 +0000

description:
Bump tentative flag timeout (-w) from 10 to 20 seconds.  Changes this
test from failing roughly half the time to working 100% over 10 tests on
evbmips er4.

diffstat:

 tests/net/if_wg/t_basic.sh |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (71 lines):

diff -r bb028885493a -r 940580ce840e tests/net/if_wg/t_basic.sh
--- a/tests/net/if_wg/t_basic.sh        Tue Mar 02 07:02:05 2021 +0000
+++ b/tests/net/if_wg/t_basic.sh        Tue Mar 02 07:02:14 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_basic.sh,v 1.2 2020/10/16 16:17:23 roy Exp $
+#      $NetBSD: t_basic.sh,v 1.3 2021/03/02 07:02:14 simonb Exp $
 #
 # Copyright (c) 2018 Ryota Ozaki <ozaki.ryota%gmail.com@localhost>
 # All rights reserved.
@@ -93,13 +93,13 @@
        setup_common shmif0 $outer_proto $ip_local $outer_prefix
        setup_wg_common wg0 $inner_proto $ip_wg_local $inner_prefix $port "$key_priv_local"
        add_peer wg0 peer0 $key_pub_peer $ip_peer:$port $ip_wg_peer/$inner_prefixall
-       $ifconfig -w 10
+       $ifconfig -w 20
 
        export RUMP_SERVER=$SOCK_PEER
        setup_common shmif0 $outer_proto $ip_peer $outer_prefix
        setup_wg_common wg0 $inner_proto $ip_wg_peer $inner_prefix $port "$key_priv_peer"
        add_peer wg0 peer0 $key_pub_local $ip_local:$port $ip_wg_local/$inner_prefixall
-       $ifconfig -w 10
+       $ifconfig -w 20
 
        if [ $type = basic ]; then
                export RUMP_SERVER=$SOCK_LOCAL
@@ -327,19 +327,19 @@
        setup_wg_common wg1 inet $ip_wg_local2 24 $port2 "$key_priv_local"
        add_peer wg0 peer0 $key_pub_peer $ip_peer:$port $ip_wg_peer/32
        add_peer wg1 peer0 $key_pub_peer2 $ip_peer2:$port2 $ip_wg_peer2/32
-       $ifconfig -w 10
+       $ifconfig -w 20
 
        export RUMP_SERVER=$SOCK_PEER
        setup_common shmif0 inet $ip_peer 24
        setup_wg_common wg0 inet $ip_wg_peer 24 $port "$key_priv_peer"
        add_peer wg0 peer0 $key_pub_local $ip_local:$port $ip_wg_local/32
-       $ifconfig -w 10
+       $ifconfig -w 20
 
        export RUMP_SERVER=$SOCK_PEER2
        setup_common shmif0 inet $ip_peer2 24
        setup_wg_common wg0 inet $ip_wg_peer2 24 $port2 "$key_priv_peer2"
        add_peer wg0 peer0 $key_pub_local $ip_local2:$port2 $ip_wg_local2/32
-       $ifconfig -w 10
+       $ifconfig -w 20
 
        export RUMP_SERVER=$SOCK_LOCAL
 
@@ -412,19 +412,19 @@
        setup_wg_common wg0 inet $ip_wg_local 24 $port "$key_priv_local"
        add_peer wg0 peer0 $key_pub_peer $ip_peer:$port $ip_wg_peer/32
        add_peer wg0 peer1 $key_pub_peer2 $ip_peer2:$port $ip_wg_peer2/32
-       $ifconfig -w 10
+       $ifconfig -w 20
 
        export RUMP_SERVER=$SOCK_PEER
        setup_common shmif0 inet $ip_peer 24
        setup_wg_common wg0 inet $ip_wg_peer 24 $port "$key_priv_peer"
        add_peer wg0 peer0 $key_pub_local $ip_local:$port $ip_wg_local/32
-       $ifconfig -w 10
+       $ifconfig -w 20
 
        export RUMP_SERVER=$SOCK_PEER2
        setup_common shmif0 inet $ip_peer2 24
        setup_wg_common wg0 inet $ip_wg_peer2 24 $port "$key_priv_peer2"
        add_peer wg0 peer0 $key_pub_local $ip_local:$port $ip_wg_local/32
-       $ifconfig -w 10
+       $ifconfig -w 20
 
        export RUMP_SERVER=$SOCK_LOCAL
 



Home | Main Index | Thread Index | Old Index