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 (sonic-net#19025)

#### Why I did it
src/sonic-utilities
```
* 673da6bb - (HEAD -> 202311, origin/202311) [cherry-pick][202311] Show running config when bgp is down (sonic-net#3315) (8 hours ago) [jingwenxie]
* 34f01f92 - Migrate AAA table per-command authorization in db_migrator (sonic-net#3296) (22 hours ago) [Hua Liu]
* 3e1ae910 - Migrate AAA table in db_migrator (sonic-net#3284) (25 hours ago) [Hua Liu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
  • Loading branch information
mssonicbld authored May 22, 2024
1 parent f1cbb90 commit f0db44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-utilities
Submodule sonic-utilities updated 23 files
+52 −0 scripts/db_migrator.py
+2 −2 show/main.py
+7 −4 tests/conftest.py
+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
+15 −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
+15 −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
+11 −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
+15 −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
+49 −0 tests/db_migrator_test.py
+6 −5 utilities_common/bgp_util.py

0 comments on commit f0db44a

Please sign in to comment.