-
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
018b3f0
commit c348d35
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
27 files
+46 −9 | config/fabric.py | |
+85 −32 | config/main.py | |
+30 −14 | generic_config_updater/change_applier.py | |
+110 −57 | generic_config_updater/generic_updater.py | |
+20 −15 | generic_config_updater/gu_common.py | |
+9 −3 | scripts/db_migrator.py | |
+40 −0 | scripts/fabricstat | |
+1 −0 | scripts/fast-reboot | |
+16 −0 | scripts/route_check.py | |
+3 −0 | scripts/sfpshow | |
+1 −1 | sfputil/main.py | |
+12 −0 | show/fabric.py | |
+18 −5 | tests/config_fabric_test.py | |
+120 −13 | tests/config_test.py | |
+17 −1 | tests/db_migrator_test.py | |
+45 −0 | tests/fabricstat_test.py | |
+22 −10 | tests/generic_config_updater/change_applier_test.py | |
+172 −0 | tests/generic_config_updater/multiasic_change_applier_test.py | |
+167 −0 | tests/generic_config_updater/multiasic_generic_updater_test.py | |
+7 −1 | tests/mock_tables/asic1/state_db.json | |
+33 −0 | tests/mock_tables/config_db.json | |
+7 −1 | tests/mock_tables/state_db.json | |
+6 −3 | tests/route_check_test.py | |
+155 −2 | tests/route_check_test_data.py | |
+18 −0 | tests/sfp_test.py | |
+90 −0 | tests/sfputil_test.py | |
+7 −1 | utilities_common/sfp_helper.py |