From 9780353f6cb1c9f7cb09512200857f0d601e7e78 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Mon, 8 Nov 2021 13:35:09 +0300 Subject: [PATCH] tests: fix bgp_community_change_update 949aaea5 removed debugs from all topotests, but this test relies on the debug logs so it constantly fails now. Signed-off-by: Igor Ryzhov --- tests/topotests/bgp_community_change_update/c1/bgpd.conf | 2 +- tests/topotests/bgp_community_change_update/x1/bgpd.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/topotests/bgp_community_change_update/c1/bgpd.conf b/tests/topotests/bgp_community_change_update/c1/bgpd.conf index 71b03ceedb..24cf9dffb9 100644 --- a/tests/topotests/bgp_community_change_update/c1/bgpd.conf +++ b/tests/topotests/bgp_community_change_update/c1/bgpd.conf @@ -1,5 +1,5 @@ ! -! debug bgp updates +debug bgp updates ! router bgp 65001 no bgp ebgp-requires-policy diff --git a/tests/topotests/bgp_community_change_update/x1/bgpd.conf b/tests/topotests/bgp_community_change_update/x1/bgpd.conf index c46010f25f..8d7bcb948b 100644 --- a/tests/topotests/bgp_community_change_update/x1/bgpd.conf +++ b/tests/topotests/bgp_community_change_update/x1/bgpd.conf @@ -1,5 +1,5 @@ ! -! debug bgp updates +debug bgp updates ! router bgp 65002 no bgp ebgp-requires-policy -- 2.39.5