Module Name: src
Committed By: kefren
Date: Sat Jul 27 14:36:39 UTC 2013
Modified Files:
src/tests/net/mpls: t_ldp_regen.sh
Log Message:
don't expect failure anymore
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/mpls/t_ldp_regen.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/net/mpls/t_ldp_regen.sh
diff -u src/tests/net/mpls/t_ldp_regen.sh:1.1 src/tests/net/mpls/t_ldp_regen.sh:1.2
--- src/tests/net/mpls/t_ldp_regen.sh:1.1 Thu Jul 25 14:28:29 2013
+++ src/tests/net/mpls/t_ldp_regen.sh Sat Jul 27 14:36:39 2013
@@ -1,4 +1,4 @@
-# $NetBSD: t_ldp_regen.sh,v 1.1 2013/07/25 14:28:29 kefren Exp $
+# $NetBSD: t_ldp_regen.sh,v 1.2 2013/07/27 14:36:39 kefren Exp $
#
# Copyright (c) 2013 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -61,8 +61,6 @@ newaddr_and_ping() {
# Now ldpd on R5 should take notice of the new route and announce it
# to R4's ldpd. ldpd on R4 should verify that the next hop
# corresponds to its routing table and change its tag entry
-
- atf_expect_fail "IMPLNULL label bindings are not upgraded properly"
RUMP_SERVER=${RUMP_SERVER1} atf_check -s exit:0 -o ignore -e ignore \
rump.ping -n -o -w 5 10.0.5.1
}