Source-Changes-HG archive

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

[src/trunk]: src/tests/sbin/ifconfig Remove the expected timeout; there is so...



details:   https://anonhg.NetBSD.org/src/rev/710b9a816404
branches:  trunk
changeset: 935576:710b9a816404
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Jul 06 10:35:00 2020 +0000

description:
Remove the expected timeout; there is something more sinister behind the
timeouts seen on the Qemu/evbarm-aarch64 runs.

diffstat:

 tests/sbin/ifconfig/t_repeated_link_addr.sh |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 4741f47c3b91 -r 710b9a816404 tests/sbin/ifconfig/t_repeated_link_addr.sh
--- a/tests/sbin/ifconfig/t_repeated_link_addr.sh       Mon Jul 06 10:34:23 2020 +0000
+++ b/tests/sbin/ifconfig/t_repeated_link_addr.sh       Mon Jul 06 10:35:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_repeated_link_addr.sh,v 1.2 2020/07/03 02:51:13 jruoho Exp $
+# $NetBSD: t_repeated_link_addr.sh,v 1.3 2020/07/06 10:35:00 jruoho Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -37,12 +37,6 @@
 
 repeated_link_addr_body() {
 
-       case $(uname -m) in
-               evbarm)
-                       atf_expect_timeout "reason for timeout unknown"
-                       ;;
-       esac
-
        fail=0
        addrs="00:11:00:00:00:00 \
               00:11:11:00:00:00 \



Home | Main Index | Thread Index | Old Index