Source-Changes-HG archive

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

[src/trunk]: src/tests/net/if_pppoe Added missing waiting for DAD completion



details:   https://anonhg.NetBSD.org/src/rev/d2292aefd593
branches:  trunk
changeset: 1021072:d2292aefd593
user:      yamaguchi <yamaguchi%NetBSD.org@localhost>
date:      Thu May 06 01:09:43 2021 +0000

description:
Added missing waiting for DAD completion

diffstat:

 tests/net/if_pppoe/t_pppoe.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 11d415652443 -r d2292aefd593 tests/net/if_pppoe/t_pppoe.sh
--- a/tests/net/if_pppoe/t_pppoe.sh     Wed May 05 20:58:03 2021 +0000
+++ b/tests/net/if_pppoe/t_pppoe.sh     Thu May 06 01:09:43 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_pppoe.sh,v 1.28 2021/04/23 03:41:55 yamaguchi Exp $
+#      $NetBSD: t_pppoe.sh,v 1.29 2021/05/06 01:09:43 yamaguchi Exp $
 #
 # Copyright (c) 2016 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -760,6 +760,7 @@
        atf_ifconfig pppoe0 up
        $DEBUG && rump.ifconfig
        wait_for_opened $cp
+       atf_ifconfig -w 10
        atf_check -s exit:0 -o ignore rump.ping -c 1 -w $TIMEOUT $SERVER_IP
 }
 



Home | Main Index | Thread Index | Old Index