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/3d17a91f50aa
branches: trunk
changeset: 1011667:3d17a91f50aa
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 992b7b669820 -r 3d17a91f50aa 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