-
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 sonic-utilities pointer (#12760)
* [Submodule] update sonic-utilities submodule
- Loading branch information
1 parent
5cd134f
commit 3f27c2d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
19 files
+5 −5 | azure-pipelines.yml | |
+0 −16 | config/main.py | |
+3 −1 | scripts/generate_dump | |
+2 −1 | scripts/reboot | |
+2 −2 | scripts/vnet_route_check.py | |
+4 −10 | show/bgp_common.py | |
+1 −1 | sonic_installer/bootloader/uboot.py | |
+36 −0 | tests/bgp_commands_test.py | |
+29 −11 | tests/conftest.py | |
+31 −0 | tests/installer_bootloader_uboot_test.py | |
+16 −0 | tests/ip_show_routes_multi_asic_test.py | |
+21 −5 | tests/ip_show_routes_test.py | |
+11 −0 | tests/mock_tables/asic0/config_db.json | |
+20 −0 | tests/muxcable_test.py | |
+202 −0 | tests/show_ip_route_common.py | |
+25 −7 | tests/vnet_route_check_test.py | |
+21 −2 | utilities_common/bgp_util.py | |
+3 −1 | utilities_common/cli.py | |
+10 −7 | utilities_common/platform_sfputil_helper.py |