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 May 4, 2024
1 parent ca25b3b commit 2ed95e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-utilities
Submodule sonic-utilities updated 30 files
+35 −0 .azure-pipelines/pre-commit-check.yml
+9 −0 .pre-commit-config.yaml
+10 −0 azure-pipelines.yml
+5 −6 config/main.py
+1 −1 generic_config_updater/gcu_field_operation_validators.conf.json
+36 −0 scripts/db_migrator.py
+4 −5 scripts/mellanox_buffer_migrator.py
+11 −0 tests/db_migrator_input/config_db/empty-config-with-device-info-nvidia-expected.json
+6 −0 tests/db_migrator_input/config_db/empty-config-with-device-info-nvidia-input.json
+6 −0 tests/db_migrator_input/config_db/per_command_aaa_disable.json
+6 −0 tests/db_migrator_input/config_db/per_command_aaa_disable_expected.json
+8 −0 tests/db_migrator_input/config_db/per_command_aaa_disable_golden.json
+9 −0 tests/db_migrator_input/config_db/per_command_aaa_enable.json
+12 −0 tests/db_migrator_input/config_db/per_command_aaa_enable_expected.json
+19 −0 tests/db_migrator_input/config_db/per_command_aaa_enable_golden.json
+9 −0 tests/db_migrator_input/config_db/per_command_aaa_no_authentication.json
+12 −0 tests/db_migrator_input/config_db/per_command_aaa_no_authentication_expected.json
+19 −0 tests/db_migrator_input/config_db/per_command_aaa_no_authentication_golden.json
+15 −0 tests/db_migrator_input/config_db/per_command_aaa_no_change.json
+15 −0 tests/db_migrator_input/config_db/per_command_aaa_no_change_expected.json
+19 −0 tests/db_migrator_input/config_db/per_command_aaa_no_change_golden.json
+8 −0 tests/db_migrator_input/config_db/per_command_aaa_no_passkey.json
+11 −0 tests/db_migrator_input/config_db/per_command_aaa_no_passkey_expected.json
+15 −0 tests/db_migrator_input/config_db/per_command_aaa_no_passkey_golden.json
+5 −0 tests/db_migrator_input/config_db/per_command_aaa_no_tacplus.json
+12 −0 tests/db_migrator_input/config_db/per_command_aaa_no_tacplus_expected.json
+19 −0 tests/db_migrator_input/config_db/per_command_aaa_no_tacplus_golden.json
+50 −0 tests/db_migrator_test.py
+56 −38 tests/ip_config_test.py
+22 −14 tests/vlan_test.py

0 comments on commit 2ed95e3

Please sign in to comment.