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.
[submodule] Advance sonic-platform-common pointer
Update sonic-platform-common submodule pointer to include the following: * [CMIS] Catch Exception to avoid CMIS code crash ([sonic-net#299](sonic-net/sonic-platform-common#299)) * [Credo][Ycable] fix incorrect uart statistics ([sonic-net#296](sonic-net/sonic-platform-common#296)) * Add PSU input voltage and input current ([sonic-net#295](sonic-net/sonic-platform-common#295)) Signed-off-by: dprital <drorp@nvidia.com>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sonic-platform-common
updated
5 files
Submodule sonic-utilities
updated
14 files
+ − | .DS_Store | |
+31 −4 | config/main.py | |
+258 −4 | doc/Command-Reference.md | |
+2 −2 | scripts/decode-syseeprom | |
+4 −1 | scripts/route_check.py | |
+1 −1 | sonic-utilities-data/templates/service_mgmt.sh.j2 | |
+1 −2 | sonic_package_manager/registry.py | |
+9 −0 | tests/decode_syseeprom_test.py | |
+47 −0 | tests/ip_config_test.py | |
+3 −0 | tests/mock_tables/dbconnector.py | |
+27 −1 | tests/portchannel_test.py | |
+27 −0 | tests/route_check_test.py | |
+13 −0 | tests/static_routes_test.py | |
+6 −4 | utilities_common/platform_sfputil_helper.py |