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 (#16267)
  • Loading branch information
mssonicbld authored Oct 7, 2023
1 parent e30c5c3 commit 9fc1cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-utilities
Submodule sonic-utilities updated 52 files
+8 −0 acl_loader/main.py
+1 −2 azure-pipelines.yml
+17 −1 config/main.py
+9 −9 config/vlan.py
+24 −0 doc/Command-Reference.md
+1 −1 generic_config_updater/gcu_field_operation_validators.conf.json
+0 −6 generic_config_updater/gcu_services_validator.conf.json
+1 −0 generic_config_updater/patch_sorter.py
+0 −8 generic_config_updater/services_validator.py
+199 −0 mmuconfig
+11 −9 scripts/db_migrator.py
+3 −39 scripts/fast-reboot
+1 −1 scripts/fast-reboot-filter-routes.py
+39 −3 scripts/generate_dump
+60 −0 scripts/intfutil
+30 −15 scripts/mmuconfig
+42 −31 scripts/queuestat
+88 −0 scripts/sensorshow
+1 −0 setup.py
+16 −50 sfputil/main.py
+33 −0 show/interfaces/__init__.py
+5 −1 show/main.py
+17 −0 show/platform.py
+7 −3 sonic_installer/common.py
+1 −1 sonic_installer/main.py
+6 −1 sonic_package_manager/manager.py
+43 −1 tests/acl_input/acl1.json
+25 −2 tests/acl_loader_test.py
+14 −0 tests/buffer_input/buffer_test_vectors.py
+1 −1 tests/config_an_test.py
+8 −0 tests/config_test.py
+5 −0 tests/db_migrator_input/state_db/fast_reboot_upgrade_from_202205.json
+20 −1 tests/db_migrator_test.py
+19 −0 tests/fast_reboot_filter_routes_test.py
+29 −1 tests/generic_config_updater/files/change_applier_test.data.json
+23 −0 tests/generic_config_updater/patch_sorter_test.py
+1 −17 tests/generic_config_updater/service_validator_test.py
+23 −1 tests/intfutil_test.py
+112 −0 tests/mmuconfig_input/mmuconfig_test_vectors.py
+86 −0 tests/mmuconfig_test.py
+1 −1 tests/mock_tables/appl_db.json
+17 −1 tests/mock_tables/config_db.json
+12 −12 tests/mock_tables/counters_db.json
+59 −1 tests/mock_tables/state_db.json
+1,061 −89 tests/queue_counter_test.py
+50 −0 tests/sensor_test.py
+40 −3 tests/sfputil_test.py
+28 −0 tests/sonic_package_manager/test_manager.py
+1 −1 tests/test_sonic_installer.py
+38 −4 tests/vlan_test.py
+1 −1 utilities_common/constants.py
+3 −3 utilities_common/dhcp_relay_util.py

0 comments on commit 9fc1cb3

Please sign in to comment.