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 fix accidentally if_pppoe atf failure dep...



details:   https://anonhg.NetBSD.org/src/rev/e995caeb8711
branches:  trunk
changeset: 349247:e995caeb8711
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Fri Dec 02 05:28:27 2016 +0000

description:
fix accidentally if_pppoe atf failure depends on cpu workload.

diffstat:

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

diffs (18 lines):

diff -r a4dbf1f6d553 -r e995caeb8711 tests/net/if_pppoe/t_pppoe.sh
--- a/tests/net/if_pppoe/t_pppoe.sh     Fri Dec 02 02:41:54 2016 +0000
+++ b/tests/net/if_pppoe/t_pppoe.sh     Fri Dec 02 05:28:27 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_pppoe.sh,v 1.12 2016/11/24 09:03:53 ozaki-r Exp $
+#      $NetBSD: t_pppoe.sh,v 1.13 2016/12/02 05:28:27 knakahara Exp $
 #
 # Copyright (c) 2016 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -208,7 +208,7 @@
        wait_for_session_established dontfail
        atf_check -s not-exit:0 -o ignore -e ignore \
            rump.ping -c 1 -w $TIMEOUT $SERVER_IP
-       atf_check -s exit:0 -o match:'initial' -x "$HIJACKING pppoectl -d pppoe0"
+       atf_check -s exit:0 -o match:'DETACHED' rump.ifconfig pppoe0
        unset RUMP_SERVER
 }
 



Home | Main Index | Thread Index | Old Index