Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/if_bridge Disable test_ping_failure which is condu...
details: https://anonhg.NetBSD.org/src/rev/21b0cdeb7b7e
branches: trunk
changeset: 338528:21b0cdeb7b7e
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Fri May 29 10:08:52 2015 +0000
description:
Disable test_ping_failure which is conducted before setup_bridge
It randomly fails (esp, often on a slow or loaded machine) due to
PR kern/49219, so disable it for now.
I forgot why I didn't include the test when I committed the test
at first and wrongly added it at v1.4.
diffstat:
tests/net/if_bridge/t_bridge.sh | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r cb43b4a2ff38 -r 21b0cdeb7b7e tests/net/if_bridge/t_bridge.sh
--- a/tests/net/if_bridge/t_bridge.sh Fri May 29 09:13:49 2015 +0000
+++ b/tests/net/if_bridge/t_bridge.sh Fri May 29 10:08:52 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_bridge.sh,v 1.6 2015/05/29 02:06:46 ozaki-r Exp $
+# $NetBSD: t_bridge.sh,v 1.7 2015/05/29 10:08:52 ozaki-r Exp $
#
# Copyright (c) 2014 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -334,7 +334,8 @@
setup
test_setup
- test_ping_failure
+ # Enable once PR kern/49219 is fixed
+ #test_ping_failure
setup_bridge
sleep 1
Home |
Main Index |
Thread Index |
Old Index