-
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
5628883
commit ae68227
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
20 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 | |
+40 −0 | scripts/fabricstat | |
+1 −0 | scripts/fast-reboot | |
+16 −0 | scripts/route_check.py | |
+1 −1 | sfputil/main.py | |
+12 −0 | show/fabric.py | |
+18 −5 | tests/config_fabric_test.py | |
+120 −13 | tests/config_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 | |
+33 −0 | tests/mock_tables/config_db.json | |
+6 −3 | tests/route_check_test.py | |
+155 −2 | tests/route_check_test_data.py | |
+90 −0 | tests/sfputil_test.py |