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#12967)
- add reboot cause support for linecards - add back a Wolverine variant removed by mistake - misc fixes and improvements
- 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
12 files
+10 −0 | arista/components/cpld.py | |
+23 −0 | arista/components/rpc.py | |
+6 −1 | arista/core/cause.py | |
+1 −1 | arista/daemon/storage.py | |
+4 −0 | arista/descs/cause.py | |
+3 −1 | arista/drivers/rpc.py | |
+4 −0 | arista/inventory/reloadcause.py | |
+8 −0 | arista/platforms/linecard/wolverine.py | |
+5 −0 | arista/utils/rpc/api.py | |
+81 −3 | arista/utils/rpc/tests/api.py | |
+2 −0 | arista/utils/sonic_platform/chassis.py | |
+1 −1 | arista/utils/sonic_platform/thermal.py |
Submodule sonic-platform-modules-arista
updated
12 files
+10 −0 | arista/components/cpld.py | |
+23 −0 | arista/components/rpc.py | |
+6 −1 | arista/core/cause.py | |
+1 −1 | arista/daemon/storage.py | |
+4 −0 | arista/descs/cause.py | |
+3 −1 | arista/drivers/rpc.py | |
+4 −0 | arista/inventory/reloadcause.py | |
+8 −0 | arista/platforms/linecard/wolverine.py | |
+5 −0 | arista/utils/rpc/api.py | |
+81 −3 | arista/utils/rpc/tests/api.py | |
+2 −0 | arista/utils/sonic_platform/chassis.py | |
+1 −1 | arista/utils/sonic_platform/thermal.py |