[pytest]porting back changes from master to 201811#1145
Merged
lguohan merged 7 commits intosonic-net:201811from Oct 8, 2019
keboliu:201811-porting-back
Merged
[pytest]porting back changes from master to 201811#1145lguohan merged 7 commits intosonic-net:201811from keboliu:201811-porting-back
lguohan merged 7 commits intosonic-net:201811from
keboliu:201811-porting-back
Conversation
update device info to add more facts add log analyzer add check daemon status test add check interface status test add Mellanox check sfp presence test update reboot, config reload and sequential restart test update sfp test update check sysfs test update platform fixture
…evices (#1082) * [psu test case] check psu state against vendor specific info. for mellanox, check sysfs * [test_platform_info.py]handle "NOT PRESENT" in test_show_platform_psustatus * [psu testcase] address comments Conflicts: tests/platform/mellanox/check_sysfs.py * [check_sysfs] rewords. * [check_sysfs.py] rewording Conflicts: tests/platform/mellanox/check_sysfs.py
[tests/platform/mellanox] check PSU state against sysfs on Mellanox d…
wangxin
approved these changes
Oct 8, 2019
3 tasks
wangxin
pushed a commit
that referenced
this pull request
Jan 15, 2021
What is the motivation for this PR? adding test plan for PMON enhancements for chassis How did you do it? Based on the code changes in the associated PRs: Configure and show for platform chassis_modules #1145 CHASSIS_STATE_DB on control-card for chassis state #395 PSUd changes to compute power-budget for Modular chassis #104 Introduce APIs for modular chassis support #124 Common power consumption and supply APIs for modular chassis #136 Thermalctld APIs for recording min and max temp #131 Modular Chassis - Midplane monitoring APIs #148 Modular-Chassis: Show midplane status #1267
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
sairedis: * 98def2d 2022-11-16 | [Recorder]: Acquire lock for ofstream changes (sonic-net#1145) (HEAD -> 202205, github/202205) [Lawrence Lee] Signed-off-by: Ying Xie <[email protected]> Signed-off-by: Ying Xie <[email protected]>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…omatically (#25317) #### Why I did it src/sonic-swss-common ``` * 084b495 - (HEAD -> 202505, origin/202505) Create a new PORT_PHY_ATTR table (sonic-net#1145) (48 minutes ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
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)
Type of change
Approach
How did you do it?
Porting back platform pytest change from master to 201811, it includes:
How did you verify/test it?
run platform test
Any platform specific information?
check sysfs part are Mellanox platform specific
Supported testbed topology if it's a new test case?
All topology supported
Documentation