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.
Merge pull request sonic-net#86 from mssonicbld/submodule-202205-soni…
…c-utilities [submodule][202205] Update submodule sonic-utilities to the latest HEAD automatically
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
20 files
+15 −0 | clear/main.py | |
+2 −2 | config/main.py | |
+284 −1 | doc/Command-Reference.md | |
+1 −2 | rcli/linecard.py | |
+23 −16 | rcli/rexec.py | |
+14 −10 | rcli/rshell.py | |
+17 −23 | rcli/utils.py | |
+129 −7 | scripts/fabricstat | |
+76 −1 | scripts/sfpshow | |
+23 −0 | show/interfaces/__init__.py | |
+3 −0 | tests/config_override_input/multi_asic_missing_asic.json | |
+3 −3 | tests/config_override_test.py | |
+129 −37 | tests/fabricstat_test.py | |
+27 −27 | tests/mock_tables/counters_db.json | |
+295 −1 | tests/mock_tables/state_db.json | |
+101 −46 | tests/queue_counter_test.py | |
+67 −42 | tests/remote_cli_test.py | |
+336 −0 | tests/sfp_test.py | |
+5 −2 | tests/sfputil_test.py | |
+299 −0 | utilities_common/sfp_helper.py |