-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 (#14037)
- Add chassis platform API reboot - Add fwutil hooks for firmware updates - Fix PikeZ i2c bus identification issue - Fix testing issue
- 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
16 files
+18 −5 | arista/cli/tests/cli_platforms.py | |
+65 −0 | arista/components/cookie.py | |
+9 −0 | arista/components/cpu/amd/designware.py | |
+6 −2 | arista/core/cause.py | |
+3 −1 | arista/core/quirk.py | |
+2 −5 | arista/core/tests/psu.py | |
+7 −2 | arista/core/types.py | |
+15 −0 | arista/drivers/cookie.py | |
+5 −2 | arista/platforms/cpu/hedgehog.py | |
+6 −4 | arista/platforms/cpu/prairie.py | |
+1 −1 | arista/utils/rpc/api.py | |
+44 −29 | arista/utils/rpc/client.py | |
+1 −1 | arista/utils/rpc/tests/api.py | |
+8 −10 | arista/utils/sonic_platform/chassis.py | |
+31 −11 | arista/utils/sonic_platform/component.py | |
+12 −4 | arista/utils/sonic_platform/module.py |
Submodule sonic-platform-modules-arista
updated
16 files
+18 −5 | arista/cli/tests/cli_platforms.py | |
+65 −0 | arista/components/cookie.py | |
+9 −0 | arista/components/cpu/amd/designware.py | |
+6 −2 | arista/core/cause.py | |
+3 −1 | arista/core/quirk.py | |
+2 −5 | arista/core/tests/psu.py | |
+7 −2 | arista/core/types.py | |
+15 −0 | arista/drivers/cookie.py | |
+5 −2 | arista/platforms/cpu/hedgehog.py | |
+6 −4 | arista/platforms/cpu/prairie.py | |
+1 −1 | arista/utils/rpc/api.py | |
+44 −29 | arista/utils/rpc/client.py | |
+1 −1 | arista/utils/rpc/tests/api.py | |
+8 −10 | arista/utils/sonic_platform/chassis.py | |
+31 −11 | arista/utils/sonic_platform/component.py | |
+12 −4 | arista/utils/sonic_platform/module.py |