-
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
8c16536
commit 2586c4a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
22 files
+2 −9 | config/main.py | |
+83 −0 | config/syslog.py | |
+132 −1 | doc/Command-Reference.md | |
+111 −41 | scripts/db_migrator.py | |
+59 −6 | scripts/generate_dump | |
+220 −92 | sfputil/main.py | |
+4 −1 | sonic_installer/bootloader/grub.py | |
+79 −1 | tests/bgp_commands_test.py | |
+18 −0 | tests/conftest.py | |
+7 −0 | tests/db_migrator_input/golden_config_db.json.invalid | |
+7 −0 | tests/db_migrator_input/golden_config_db.json.test | |
+129 −7 | tests/db_migrator_test.py | |
+30 −0 | tests/mock_tables/asic0/config_db.json | |
+91 −0 | tests/mock_tables/asic0/no_ext_bgp_neigh.json | |
+57 −0 | tests/mock_tables/asic0/show_ip_bgp.json | |
+30 −0 | tests/mock_tables/asic1/config_db.json | |
+91 −0 | tests/mock_tables/asic1/no_ext_bgp_neigh.json | |
+1,588,461 −0 | tests/mock_tables/asic1/show_ip_bgp.json | |
+149 −3 | tests/sfputil_test.py | |
+86 −0 | tests/syslog_test.py | |
+40 −9 | utilities_common/bgp_util.py | |
+28 −0 | utilities_common/helper.py |