-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
5204bfb
commit 85395ba
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
21 files
+25 −1 | acl_loader/main.py | |
+12 −0 | clear/main.py | |
+2 −2 | config/main.py | |
+58 −0 | doc/Command-Reference.md | |
+75 −2 | generic_config_updater/field_operation_validators.py | |
+3 −0 | generic_config_updater/gcu_field_operation_validators.conf.json | |
+129 −7 | scripts/fabricstat | |
+3 −1 | scripts/portconfig | |
+11 −7 | scripts/sonic-kdump-config | |
+2 −0 | show/main.py | |
+34 −0 | show/p4_table.py | |
+3 −0 | tests/config_override_input/multi_asic_missing_asic.json | |
+3 −3 | tests/config_override_test.py | |
+129 −37 | tests/fabricstat_test.py | |
+79 −0 | tests/generic_config_updater/field_operation_validator_test.py | |
+28 −0 | tests/mock_tables/appl_db.json | |
+1 −1 | tests/mock_tables/asic2/config_db.json | |
+69 −0 | tests/p4_table_test.py | |
+6 −4 | tests/show_acl_test.py | |
+28 −1 | tests/sonic_kdump_config_test.py | |
+1 −0 | utilities_common/constants.py |