From: anton Date: Fri, 3 Dec 2021 06:44:46 +0000 (+0000) Subject: Dump more data in the hopes of figuring out why this test occasionally X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0930b1039b6470dff29927462c14bf7614a3148b;p=openbsd Dump more data in the hopes of figuring out why this test occasionally fails. --- diff --git a/regress/usr.sbin/ospf6d/network_statement.sh b/regress/usr.sbin/ospf6d/network_statement.sh index 187712b75c7..1c0215ff9c9 100644 --- a/regress/usr.sbin/ospf6d/network_statement.sh +++ b/regress/usr.sbin/ospf6d/network_statement.sh @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: network_statement.sh,v 1.4 2021/10/07 15:20:35 anton Exp $ +# $OpenBSD: network_statement.sh,v 1.5 2021/12/03 06:44:46 anton Exp $ set -e OSPF6D=$1 @@ -96,6 +96,7 @@ sleep 50 echo tests route -T ${RDOMAIN1} exec ospf6ctl sh fib +route -T ${RDOMAIN1} exec ospf6ctl sh rib route -T ${RDOMAIN1} exec ospf6ctl sh rib | \ grep "2001:db8:aaaa::${RDOMAIN2}/128" route -T ${RDOMAIN1} exec ospf6ctl sh rib | \