-
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.
[Arista] Update platform library submodules (#15405)
- fix pcied leak on chassis - fix fan status led setting on fixed systems - misc fixes
- 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
14 files
+0 −2 | .pylint_excludes.yml | |
+5 −0 | arista/components/denali/card.py | |
+2 −1 | arista/components/dpm/pmbus.py | |
+1 −3 | arista/components/plx.py | |
+1 −8 | arista/core/asic.py | |
+19 −2 | arista/core/card.py | |
+8 −8 | arista/core/component/__init__.py | |
+6 −0 | arista/core/component/component.py | |
+18 −0 | arista/core/component/i2c.py | |
+5 −1 | arista/core/pci.py | |
+6 −1 | arista/daemon/led.py | |
+31 −1 | arista/platforms/linecard/wolverine.py | |
+9 −1 | arista/platforms/upperlake.py | |
+56 −30 | arista/utils/sonic_utils.py |
Submodule sonic-platform-modules-arista
updated
14 files
+0 −2 | .pylint_excludes.yml | |
+5 −0 | arista/components/denali/card.py | |
+2 −1 | arista/components/dpm/pmbus.py | |
+1 −3 | arista/components/plx.py | |
+1 −8 | arista/core/asic.py | |
+19 −2 | arista/core/card.py | |
+8 −8 | arista/core/component/__init__.py | |
+6 −0 | arista/core/component/component.py | |
+18 −0 | arista/core/component/i2c.py | |
+5 −1 | arista/core/pci.py | |
+6 −1 | arista/daemon/led.py | |
+31 −1 | arista/platforms/linecard/wolverine.py | |
+9 −1 | arista/platforms/upperlake.py | |
+56 −30 | arista/utils/sonic_utils.py |