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 Feb 3, 2025
1 parent a3792f8 commit 64bc8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-utilities
Submodule sonic-utilities updated 43 files
+48 −15 acl_loader/main.py
+24 −6 config/chassis_modules.py
+60 −22 config/main.py
+154 −6 doc/Command-Reference.md
+25 −6 dump/plugins/acl_rule.py
+43 −7 dump/plugins/acl_table.py
+2 −2 generic_config_updater/gcu_field_operation_validators.conf.json
+29 −0 scripts/db_migrator.py
+68 −0 scripts/generate_dump
+8 −3 scripts/ipintutil
+5 −1 scripts/portstat
+8 −4 show/chassis_modules.py
+132 −0 show/interfaces/__init__.py
+17 −1 show/platform.py
+136 −27 show/reboot_cause.py
+87 −0 show/system_health.py
+13 −1 sonic_installer/main.py
+0 −124 tests/config_override_input/new_feature_config.json
+15 −11 tests/config_override_test.py
+64 −0 tests/config_test.py
+61 −0 tests/db_migrator_input/appl_db/tunnel_table_expected.json
+25 −0 tests/db_migrator_input/appl_db/tunnel_table_input.json
+3 −0 tests/db_migrator_input/config_db/tunnel_table_input.json
+34 −0 tests/db_migrator_test.py
+18 −0 tests/dump_input/acl/appl_db.json
+0 −16 tests/dump_input/acl/config_db.json
+30 −8 tests/dump_tests/module_tests/acl_test.py
+209 −0 tests/interfaces_test.py
+27 −0 tests/mock_tables/appl_db.json
+8 −0 tests/mock_tables/config_db.json
+33 −0 tests/mock_tables/state_db.json
+2 −0 tests/portstat_db/on_sup_packet_chassis/chassis_state_db.json
+2,514 −0 tests/portstat_db/on_sup_packet_chassis/counters_db.json
+50 −0 tests/portstat_test.py
+112 −1 tests/reboot_cause_test.py
+43 −3 tests/show_acl_test.py
+38 −0 tests/show_platform_test.py
+7 −1 tests/show_test.py
+90 −2 tests/system_health_test.py
+49 −0 tests/test_sonic_installer.py
+23 −0 utilities_common/chassis.py
+22 −22 utilities_common/helper.py
+7 −2 utilities_common/portstat.py

0 comments on commit 64bc8f2

Please sign in to comment.