forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (sonic-net#19349)
- 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
18 files
+5 −4 | arista/cli/actions/setup.py | |
+3 −25 | arista/components/cpu/lorikeet.py | |
+11 −0 | arista/components/cpu/redstart.py | |
+2 −3 | arista/components/cpu/shearwater.py | |
+50 −0 | arista/components/psu/arista.py | |
+15 −0 | arista/components/psu/liteon.py | |
+0 −0 | arista/components/psu/tests/__init__.py | |
+1 −0 | arista/core/config.py | |
+2 −16 | arista/core/dynload.py | |
+3 −0 | arista/core/log.py | |
+127 −87 | arista/core/psu.py | |
+3 −0 | arista/core/tests/psu.py | |
+6 −17 | arista/core/tests/psu_models.py | |
+6 −0 | arista/core/utils.py | |
+40 −19 | arista/drivers/pmbus.py | |
+64 −0 | arista/platforms/cpu/redstart.py | |
+1 −12 | arista/tests/testing.py | |
+9 −4 | arista/utils/sonic_ssd.py |
Submodule sonic-platform-modules-arista
updated
18 files
+5 −4 | arista/cli/actions/setup.py | |
+3 −25 | arista/components/cpu/lorikeet.py | |
+11 −0 | arista/components/cpu/redstart.py | |
+2 −3 | arista/components/cpu/shearwater.py | |
+50 −0 | arista/components/psu/arista.py | |
+15 −0 | arista/components/psu/liteon.py | |
+0 −0 | arista/components/psu/tests/__init__.py | |
+1 −0 | arista/core/config.py | |
+2 −16 | arista/core/dynload.py | |
+3 −0 | arista/core/log.py | |
+127 −87 | arista/core/psu.py | |
+3 −0 | arista/core/tests/psu.py | |
+6 −17 | arista/core/tests/psu_models.py | |
+6 −0 | arista/core/utils.py | |
+40 −19 | arista/drivers/pmbus.py | |
+64 −0 | arista/platforms/cpu/redstart.py | |
+1 −12 | arista/tests/testing.py | |
+9 −4 | arista/utils/sonic_ssd.py |