-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[device/celestica] Implement Watchdog APIs based on the new platform API #3123
Merged
Conversation
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
retest this please |
jleveque
suggested changes
Jul 5, 2019
device/celestica/x86_64-cel_e1031-r0/sonic_platform/watchdog.py
Outdated
Show resolved
Hide resolved
device/celestica/x86_64-cel_seastone-r0/sonic_platform/watchdog.py
Outdated
Show resolved
Hide resolved
device/celestica/x86_64-cel_seastone-r0/sonic_platform/chassis.py
Outdated
Show resolved
Hide resolved
retest this please |
jleveque
approved these changes
Jul 8, 2019
yxieca
pushed a commit
that referenced
this pull request
Jan 23, 2024
…atically (#17849) src/sonic-utilities * 7a7305e9 - (HEAD -> 202205, origin/202205) Fix issue: out of range sflow polling interval is accepted and stored in config_db (#2847) (#3123) (3 hours ago) [Stephen Sun] * 06d11339 - [config] config reload should generate sysinfo if missing (#3031) (#3126) (21 hours ago) [jingwenxie] * bef96a1d - [202205] Allow using latest sonic-swss-common build even if tests failed (#3127) (4 days ago) [Saikrishna Arcot]
mssonicbld
added a commit
that referenced
this pull request
Nov 17, 2024
…lly (#20832) #### Why I did it src/sonic-swss ``` * 2e2d4e59 - (HEAD -> master, origin/master, origin/HEAD) [fpmsyncd]: Add support for SRv6 (#3123) (32 hours ago) [Carmine Scarpitta] * e8d81b44 - [ci] Fix reportgenerator installation error #3369 (2 days ago) [Xin Wang] * 52992e62 - [ci] Fix reportgenerator installation error (3 days ago) [Liu Shilong] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
- What I did
- How I did it
- How to verify it
Signed-off-by: Wirut Getbamrung wgetbumr@celestica.com