Skip to content

Commit

Permalink
[submodule] Update submodule sonic-utilities to the latest HEAD autom…
Browse files Browse the repository at this point in the history
…atically
  • Loading branch information
mssonicbld committed Dec 14, 2023
1 parent ee75667 commit 5f5a5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-utilities
Submodule sonic-utilities updated 47 files
+38 −1 config/main.py
+153 −6 config/plugins/sonic-hash.py
+7 −6 config/vlan.py
+175 −19 doc/Command-Reference.md
+6 −5 generic_config_updater/gcu_field_operation_validators.conf.json
+9 −5 generic_config_updater/services_validator.py
+41 −2 scripts/db_migrator.py
+9 −6 scripts/dualtor_neighbor_check.py
+9 −14 scripts/fast-reboot-filter-routes.py
+120 −13 scripts/generate_dump
+2 −0 setup.py
+145 −22 show/plugins/sonic-hash.py
+7 −2 sonic_installer/common.py
+12 −1 sonic_installer/exception.py
+25 −11 sonic_package_manager/manager.py
+37 −0 sonic_package_manager/service_creator/creator.py
+0 −13 sonic_package_manager/service_creator/sonic_db.py
+101 −1 tests/config_test.py
+21 −0 tests/db_migrator_input/appl_db/sflow_table_expected.json
+17 −0 tests/db_migrator_input/appl_db/sflow_table_input.json
+57 −0 tests/db_migrator_input/config_db/sflow_table_expected.json
+53 −0 tests/db_migrator_input/config_db/sflow_table_input.json
+58 −0 tests/db_migrator_test.py
+66 −0 tests/dualtor_neighbor_check_test.py
+9 −2 tests/fast_reboot_filter_routes_test.py
+8 −0 tests/generic_config_updater/field_operation_validator_test.py
+41 −14 tests/generic_config_updater/service_validator_test.py
+548 −125 tests/hash_input/assert_show_output.py
+2 −1 tests/hash_input/mock_config/ecmp.json
+3 −1 tests/hash_input/mock_config/ecmp_and_lag.json
+2 −1 tests/hash_input/mock_config/lag.json
+5 −1 tests/hash_input/mock_state/ecmp.json
+5 −1 tests/hash_input/mock_state/ecmp_and_lag.json
+5 −1 tests/hash_input/mock_state/empty.json
+5 −1 tests/hash_input/mock_state/lag.json
+5 −1 tests/hash_input/mock_state/no_capabilities.json
+5 −1 tests/hash_input/mock_state/not_applicable.json
+123 −18 tests/hash_test.py
+1 −0 tests/sonic_package_manager/conftest.py
+5 −0 tests/sonic_package_manager/test_manager.py
+5 −0 tests/sonic_package_manager/test_service_creator.py
+15 −0 tests/test_sonic_installer.py
+20 −9 tests/vlan_test.py
+229 −0 tests/wol_test.py
+18 −2 utilities_common/switch_hash.py
+0 −0 wol/__init__.py
+202 −0 wol/main.py

0 comments on commit 5f5a5fc

Please sign in to comment.