-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
11ae762
commit b60947d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
21 files
+173 −9 | config/main.py | |
+0 −34 | config/plugins/mlnx.py | |
+92 −66 | doc/Command-Reference.md | |
+1 −2 | generic_config_updater/gu_common.py | |
+55 −0 | scripts/generate_dump | |
+110 −80 | scripts/route_check.py | |
+8 −8 | scripts/vnet_route_check.py | |
+20 −0 | show/main.py | |
+0 −14 | show/plugins/mlnx.py | |
+54 −9 | ssdutil/main.py | |
+9 −0 | tests/bmp_input/bmp.json | |
+6 −0 | tests/bmp_input/bmp_invalid.json | |
+0 −47 | tests/config_mlnx_test.py | |
+136 −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 | |
+3 −1 | tests/vnet_route_check_test.py |