bfdd: bfd tx timeout topotest cleanup - #21026
Merged
ton31337 merged 1 commit intoApr 7, 2026
Merged
Conversation
Greptile SummaryThis PR cleans up the BFD jitter topotest by removing the statistical averaging check from Key changes:
Confidence Score: 4/5
Sequence DiagramsequenceDiagram
participant Test as pytest runner
participant R1 as r1 (vtysh)
participant R2 as r2 (vtysh)
Note over Test,R2: test_bfd_session_up
Test->>R1: show bfd peers json
R1-->>Test: peer 192.168.1.2 status=up?
Test->>R2: show bfd peers json
R2-->>Test: peer 192.168.1.1 status=up?
Note over Test,R2: test_bfd_jitter_formula_validation (detect_mult=3)
Test->>R1: show bfd peers
R1-->>Test: Transmission interval (actual with jitter): Xms
Test->>R1: show bfd peers json
R1-->>Test: transmit-interval = nominal
Note over Test: Assert 75% β€ X β€ 100% of nominal
Note over Test,R2: test_bfd_jitter_detect_mult_one
Test->>R1: configure detect-multiplier 1
loop wait for BFD up (count=60, wait=1s)
Test->>R1: show bfd peers json
R1-->>Test: status=up?
end
Test->>R1: show bfd peers
R1-->>Test: Transmission interval (actual with jitter): Yms
Test->>R1: show bfd peers json
R1-->>Test: transmit-interval = nominal
Note over Test: Assert 75% β€ Y β€ 90% of nominal
Last reviewed commit: 7c93b97 |
removing statistical check from the respective topotest as it is failing in upstream test system. parent commit details: 3667cf1 Sougata Sat Dec 6 22:07 :16 2025 +0530 bfd: store actual tx timeout information in bfd Signed-off-by: Sougata Barik <sougatahitcs@gmail.com> Made-with: Cursor
sougatahitcs
force-pushed
the
bfd_actual_tx_timeout_with_applied_jitter_topotest_cleanup
branch
from
March 6, 2026 17:36
7c93b97 to
95ddd85
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
removing statistical check from the respective topotest as it is failing in upstream test system.
parent commit details: 3667cf1 Sougata Sat Dec 6 22:07 :16 2025 +0530 bfd: store actual tx timeout information in bfd