From cc0bbdbb99eead694fbdb622a0e464a3fda61cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Hrdina?= Date: Fri, 14 Feb 2025 19:07:29 +0100 Subject: [PATCH] Improve bfd-session-down-does-not-trigger-bgp-session-down test Increase timeout before checking output --- .../bfd-session-down-does-not-trigger-bgp-session-down/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Regression/bfd-session-down-does-not-trigger-bgp-session-down/test.sh b/Regression/bfd-session-down-does-not-trigger-bgp-session-down/test.sh index 36b7093..f56d0b9 100755 --- a/Regression/bfd-session-down-does-not-trigger-bgp-session-down/test.sh +++ b/Regression/bfd-session-down-does-not-trigger-bgp-session-down/test.sh @@ -124,7 +124,7 @@ rlJournalStart # The shutdown of BFD should set BGP's status to idle. rlRun "vtysh -N vns -c 'conf t' -c 'bfd' -c 'profile foo' -c 'shutdown'" - sleep 5s + sleep 10s rlRun "vtysh -N vns -c 'show bgp neighbors' &> show-bgp-neighbors.log" rlAssertNotGrep "BGP state = Established" show-bgp-neighbors.log rlAssertGrep "BGP state = Idle" show-bgp-neighbors.log