[platform] Improve the platform SFP testing#1115
Merged
jleveque merged 2 commits intosonic-net:masterfrom Sep 17, 2019
wangxin:improve-sfp-test
Merged
[platform] Improve the platform SFP testing#1115jleveque merged 2 commits intosonic-net:masterfrom wangxin:improve-sfp-test
jleveque merged 2 commits intosonic-net:masterfrom
wangxin:improve-sfp-test
Conversation
added 2 commits
September 12, 2019 19:08
* Add interface status check after tested lpmode * Add delay between SFP reset operation. If there is port spliting, same SFP module may be reset multiple times. Increase delay for SFP module reset operation to complete. The overall delay after all reset operations can be decreased. * Add "import os" missed in platform_fixtures.py Signed-off-by: Xin Wang <[email protected]>
keboliu
approved these changes
Sep 17, 2019
jleveque
approved these changes
Sep 17, 2019
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Update sonic-sairedis submodule pointer to include the following: * [202205][SAI] advance SAI version to 1.10 to pick up saiserver and syncd-rpc support ([sonic-net#1115](sonic-net/sonic-sairedis#1115)) Signed-off-by: dprital <[email protected]> Signed-off-by: dprital <[email protected]>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Revert "Revert " [201911]show interface counters for multi ASIC devices (sonic-net#1104)"" Revert "Revert "Pfcstat (sonic-net#1097)"" [show] Fix 'show int neighbor expected' (sonic-net#1106) Update argument for docker exec it->i (sonic-net#1118) Update to make config load/reload backward compatible. (sonic-net#1115) Handling deletion of Port Channel before deletion of its members (sonic-net#1062) Skip default route present in ASIC-DB but not in APP-DB. (sonic-net#1107) [CLI][PFCWD][Multi-ASIC] Added multi ASIC support to 'pfcwd' CLI (sonic-net#1102) [201911] Multi asic platform config interface portchannel, show transceiver (sonic-net#1087) [drop counters] Fix configuration for counters with lowercase names (sonic-net#1103) Signed-off-by: Abhishek Dosi <[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:
Fixes # (issue)
Improve the platform SFP testing.
same SFP module may be reset multiple times. Increase delay for
SFP module reset operation to complete. The overall delay after
all reset operations can be decreased.
Type of change
Approach
How did you do it?
How did you verify/test it?
Tested on Mellanox platform.
Any platform specific information?
No
Supported testbed topology if it's a new test case?
NA
Documentation