-
Notifications
You must be signed in to change notification settings - Fork 732
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use separate LCs for BFD traffic test (#15787)
Description of PR Use upstream and downstream LCs for BFD traffic test so it can cover the "port channel down but BFD not down" issue. Summary: Fixes # (issue) Microsoft ADO 30112186 Approach What is the motivation for this PR? In bfd/test_bfd_traffic.py, we want to pick 2 LCs, where one connected to T1 (downstream LC) and other one connected to T3 (upstream LC), because if we pick only 1 LC or pick 2 LCs but both are downstream LCs (or upstream LCs), we will not cover the issue of "port channel down but BFD not down". How did you do it? Randomly pick one upstream LC and one downstream LC. How did you verify/test it? I ran the updated code and can confirm that it works as expected. co-authorized by: [email protected]
- Loading branch information
1 parent
e323a42
commit c6151cf
Showing
3 changed files
with
235 additions
and
223 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.