-
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.
[submodule] Update submodule sonic-utilities to the latest HEAD autom…
…atically
- Loading branch information
1 parent
186e9ac
commit 3c9c8a9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
16 files
+74 −9 | config/main.py | |
+0 −34 | config/plugins/mlnx.py | |
+92 −66 | doc/Command-Reference.md | |
+1 −2 | generic_config_updater/gu_common.py | |
+12 −0 | scripts/generate_dump | |
+20 −0 | show/main.py | |
+0 −14 | show/plugins/mlnx.py | |
+54 −9 | ssdutil/main.py | |
+0 −47 | tests/config_mlnx_test.py | |
+88 −0 | tests/config_test.py | |
+0 −7 | tests/generic_config_updater/gu_common_test.py | |
+0 −0 | tests/mocked_libs/__init__.py | |
+90 −0 | tests/mocked_libs/blkinfo.py | |
+6 −0 | tests/mocked_libs/psutil.py | |
+6 −0 | tests/show_test.py | |
+38 −0 | tests/ssdutil_test.py |