summaryrefslogtreecommitdiff
path: root/tests/bgpd/test_mp_attr.c
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2017-01-23 14:47:35 +0100
committerPhilippe Guibert <philippe.guibert@6wind.com>2017-02-14 13:58:59 +0100
commitdd3fb4c3eebe6679413748546ff589e481462e05 (patch)
tree27daf60665c36bccbd538db3a0dc9d1b0dc9e2b7 /tests/bgpd/test_mp_attr.c
parentb194703e9c0870b2f4b26b1af259690facfc0489 (diff)
tests: fix bgp print in tests
This commit is a fix from previous commit: Quagga: AFI/SAFI mappings IANA to/from internal values. It removes the printf that was used for troubleshooting the afi/safi change, in respect to testing. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'tests/bgpd/test_mp_attr.c')
-rw-r--r--tests/bgpd/test_mp_attr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bgpd/test_mp_attr.c b/tests/bgpd/test_mp_attr.c
index 96a0e0759d..883cac0cc6 100644
--- a/tests/bgpd/test_mp_attr.c
+++ b/tests/bgpd/test_mp_attr.c
@@ -729,7 +729,6 @@ parse_test (struct peer *peer, struct test_segment *t, int type)
else
nlri_ret = bgp_nlri_parse (peer, &attr, &nlri, 1);
}
- zlog_err("xxxxxxxxxxxxxxxx nlri ret %u", nlri_ret);
handle_result (peer, t, parse_ret, nlri_ret);
}