Source-Changes-HG archive

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

[src/trunk]: src/tests/net Disable another tentative state check



details:   https://anonhg.NetBSD.org/src/rev/f580dad27f7e
branches:  trunk
changeset: 340125:f580dad27f7e
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Aug 24 02:02:25 2015 +0000

description:
Disable another tentative state check

It's too ephemeral to check robustly.

diffstat:

 tests/net/arp/t_dad.sh |  5 +++--
 tests/net/ndp/t_dad.sh |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 38fafff3dae9 -r f580dad27f7e tests/net/arp/t_dad.sh
--- a/tests/net/arp/t_dad.sh    Sun Aug 23 20:07:16 2015 +0000
+++ b/tests/net/arp/t_dad.sh    Mon Aug 24 02:02:25 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_dad.sh,v 1.4 2015/08/17 07:06:58 ozaki-r Exp $
+#      $NetBSD: t_dad.sh,v 1.5 2015/08/24 02:02:25 ozaki-r Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -139,7 +139,8 @@
        atf_check -s exit:0 rump.ifconfig shmif0 inet 10.0.0.3/24 alias
 
        # The new address starts with tentative state
-       atf_check -s exit:0 -x "rump.ifconfig shmif0 |grep 10.0.0.3 |grep -q tentative"
+       # XXX we have no stable way to check this, so skip for now
+       #atf_check -s exit:0 -x "rump.ifconfig shmif0 |grep 10.0.0.3 |grep -q tentative"
 
        # Check DAD probe packets
        atf_check -s exit:0 sleep 2
diff -r 38fafff3dae9 -r f580dad27f7e tests/net/ndp/t_dad.sh
--- a/tests/net/ndp/t_dad.sh    Sun Aug 23 20:07:16 2015 +0000
+++ b/tests/net/ndp/t_dad.sh    Mon Aug 24 02:02:25 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_dad.sh,v 1.3 2015/08/17 07:06:58 ozaki-r Exp $
+#      $NetBSD: t_dad.sh,v 1.4 2015/08/24 02:02:25 ozaki-r Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -143,7 +143,8 @@
        atf_check -s exit:0 rump.ifconfig shmif0 inet6 $localip3
 
        # The new address starts with tentative state
-       atf_check -s exit:0 -x "rump.ifconfig shmif0 |grep $localip3 |grep -q tentative"
+       # XXX we have no stable way to check this, so skip for now
+       #atf_check -s exit:0 -x "rump.ifconfig shmif0 |grep $localip3 |grep -q tentative"
 
        # Check DAD probe packets (Neighbor Solicitation Message)
        atf_check -s exit:0 sleep 2



Home | Main Index | Thread Index | Old Index