-
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/arista] Add psuutil plugin for Arista platforms #1221
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
jleveque
approved these changes
Dec 8, 2017
abdosi
added a commit
to abdosi/sonic-buildimage
that referenced
this pull request
Dec 1, 2020
… Add unit tests for consutil clear command (sonic-net#1274) a4f663e [show/fgnhg] Fix crash bug (sonic-net#1272) 9f276b2 [config][loopback] Fix Bug that cannot add loopback interface by CLI (sonic-net#1276) a5b78cf [config][show] CLI support for interacting with muxcable (sonic-net#1221) 8f3b22e [connect][sonic-clear] Align the exit code with consutil for line commands (sonic-net#1256) cfb7a22 Feature table cli command update (sonic-net#1271) 5b8da56 Added Multi-ASIC support for show ip(v6) route (sonic-net#1216) a7f39b0 Improve MockRedis _encode(): so it will work on all types of value (sonic-net#1265) 8427caf [config_mgmt.py]: Remove sort_data call, we do not need it now. (sonic-net#1246) 9dc58ea [sonic-utilities] Fix show vnet [neighbors | routes [all | tunnel]] crashed issue (sonic-net#1263) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
jleveque
pushed a commit
that referenced
this pull request
Dec 1, 2020
6fabbed [consutil][test] Add unit tests for consutil clear command (#1274) a4f663e [show/fgnhg] Fix crash bug (#1272) 9f276b2 [config][loopback] Fix Bug that cannot add loopback interface by CLI (#1276) a5b78cf [config][show] CLI support for interacting with muxcable (#1221) 8f3b22e [connect][sonic-clear] Align the exit code with consutil for line commands (#1256) cfb7a22 Feature table cli command update (#1271) 5b8da56 Added Multi-ASIC support for show ip(v6) route (#1216) a7f39b0 Improve MockRedis _encode(): so it will work on all types of value (#1265) 8427caf [config_mgmt.py]: Remove sort_data call, we do not need it now. (#1246) 9dc58ea [sonic-utilities] Fix show vnet [neighbors | routes [all | tunnel]] crashed issue (#1263) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
6fabbed [consutil][test] Add unit tests for consutil clear command (sonic-net#1274) a4f663e [show/fgnhg] Fix crash bug (sonic-net#1272) 9f276b2 [config][loopback] Fix Bug that cannot add loopback interface by CLI (sonic-net#1276) a5b78cf [config][show] CLI support for interacting with muxcable (sonic-net#1221) 8f3b22e [connect][sonic-clear] Align the exit code with consutil for line commands (sonic-net#1256) cfb7a22 Feature table cli command update (sonic-net#1271) 5b8da56 Added Multi-ASIC support for show ip(v6) route (sonic-net#1216) a7f39b0 Improve MockRedis _encode(): so it will work on all types of value (sonic-net#1265) 8427caf [config_mgmt.py]: Remove sort_data call, we do not need it now. (sonic-net#1246) 9dc58ea [sonic-utilities] Fix show vnet [neighbors | routes [all | tunnel]] crashed issue (sonic-net#1263) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
May 10, 2021
) * Cli support for muxcable to integrate with hardware_proxy What is the motivation for this PR? To add the support for Cli for muxcable to be utilized for configuring and showing the status of all the Port/Ports on a muxcable. How did you do it? Added the changes inside sonic-utilities and tested it on the testbed How did you verify/test it? Ran the cli commands on an Arista7260cx3 testbed with Gemini cable Signed-off-by: vaibhav-dahiya vdahiya@microsoft.com
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this pull request
Feb 5, 2022
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
Updated pointer of sonic-platform-modules-arista
Added psuutil plugins for all arista platforms.
- How to verify it
Running the psuutil tool in sonic should return the relevant values.
- Description for the changelog
Add psuutil plugin for Arista devices