-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[202205][Arista] Update platform library submodules (#14829)
Fix watchdog reboot cause for wolverine linecard Fix PSU fan speed of 0% by adding max RPM to most psu descriptions Add product DCS-7060DX5-64 Add product DCS-7060DX5-32
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sonic-platform-modules-arista
updated
26 files
+1 −0 | .pylintrc | |
+3 −3 | arista/cli/actions/linecard/setup.py | |
+165 −5 | arista/components/cookie.py | |
+7 −0 | arista/components/denali/linecard.py | |
+4 −4 | arista/components/denali/supervisor.py | |
+19 −0 | arista/components/psu/artesyn.py | |
+9 −0 | arista/components/psu/delta.py | |
+4 −2 | arista/components/psu/liteon.py | |
+0 −0 | arista/components/tests/__init__.py | |
+60 −0 | arista/components/tests/cookie.py | |
+3 −0 | arista/core/cause.py | |
+3 −0 | arista/core/cpu.py | |
+4 −1 | arista/core/daemon.py | |
+3 −0 | arista/core/fixed.py | |
+20 −0 | arista/core/tests/mockchassis.py | |
+37 −0 | arista/daemon/cookies.py | |
+1 −1 | arista/descs/cause.py | |
+2 −2 | arista/drivers/cookie.py | |
+175 −0 | arista/platforms/blackhawkth4.py | |
+2 −2 | arista/platforms/cpu/hedgehog.py | |
+1 −0 | arista/platforms/linecard/clearwater.py | |
+5 −0 | arista/platforms/linecard/wolverine.py | |
+187 −0 | arista/platforms/silverstrand.py | |
+1 −1 | arista/platforms/smartsville.py | |
+1 −1 | arista/utils/rpc/api.py | |
+10 −3 | arista/utils/rpc/tests/api.py |
Submodule sonic-platform-modules-arista
updated
26 files
+1 −0 | .pylintrc | |
+3 −3 | arista/cli/actions/linecard/setup.py | |
+165 −5 | arista/components/cookie.py | |
+7 −0 | arista/components/denali/linecard.py | |
+4 −4 | arista/components/denali/supervisor.py | |
+19 −0 | arista/components/psu/artesyn.py | |
+9 −0 | arista/components/psu/delta.py | |
+4 −2 | arista/components/psu/liteon.py | |
+0 −0 | arista/components/tests/__init__.py | |
+60 −0 | arista/components/tests/cookie.py | |
+3 −0 | arista/core/cause.py | |
+3 −0 | arista/core/cpu.py | |
+4 −1 | arista/core/daemon.py | |
+3 −0 | arista/core/fixed.py | |
+20 −0 | arista/core/tests/mockchassis.py | |
+37 −0 | arista/daemon/cookies.py | |
+1 −1 | arista/descs/cause.py | |
+2 −2 | arista/drivers/cookie.py | |
+175 −0 | arista/platforms/blackhawkth4.py | |
+2 −2 | arista/platforms/cpu/hedgehog.py | |
+1 −0 | arista/platforms/linecard/clearwater.py | |
+5 −0 | arista/platforms/linecard/wolverine.py | |
+187 −0 | arista/platforms/silverstrand.py | |
+1 −1 | arista/platforms/smartsville.py | |
+1 −1 | arista/utils/rpc/api.py | |
+10 −3 | arista/utils/rpc/tests/api.py |