[test_warm_reboot_multi_sad_inboot] Fix error in get_bgp_route_cnt#2316
Merged
bingwang-ms merged 2 commits intosonic-net:masterfrom Oct 10, 2020
Merged
[test_warm_reboot_multi_sad_inboot] Fix error in get_bgp_route_cnt#2316bingwang-ms merged 2 commits intosonic-net:masterfrom
bingwang-ms merged 2 commits intosonic-net:masterfrom
Conversation
The output of 'show ip bgp summary' has a line with only ---, and the method get_bgp_route_cnt method in sad_path.py failed to filter it out. This commit address the issue.
neethajohn
approved these changes
Oct 9, 2020
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Update sonic-swss submodule pointer to include the following: [BFD]Clean up state_db BFD entries on swss restart (sonic-net#2434) Fix the Fec Mode Setting of gbsyncd (sonic-net#2430) [neighsyncd] Enabling ipv4 link local entries for non-dualtor (sonic-net#2427) tlm_teamd: Filter portchannel subinterface events from STATE_DB LAG_TABLE (sonic-net#2408) PFCWD recovery changes using DLR_INIT (sonic-net#2316) Dynamic port configuration - add port buffer cfg to the port ref counter (sonic-net#2194) Signed-off-by: dprital <[email protected]>
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.
Description of PR
Summary:
This PR is to fix test case
test_warm_reboot_multi_sad_inboot.The output of
show ip bgp summaryhas a line with only---However, the method
get_bgp_route_cntinsad_path.pyfailed to filter it out.This commit address the issue.
Besides, this PR cancel the wait for last reboot operation, which will save 420 seconds.
Type of change
Approach
What is the motivation for this PR?
This PR is to fix test case
test_warm_reboot_multi_sad_inboot.How did you do it?
Update the script used to parse the output of
show ip bgp sum.How did you verify/test it?
Verified on Arista-7260.
Any platform specific information?
No.
Supported testbed topology if it's a new test case?
No.
Documentation
No.