Commit 03d3573
committed
[submodule] Advance sonic-utilities pointer
Update sonic-utilities submodule pointer to include the following:
* ff380e0 [hash]: Implement GH frontend ([sonic-net#2580](sonic-net/sonic-utilities#2580))
* 61bad06 [db_migrator] Set correct CURRENT_VERSION, extend UT ([sonic-net#2895](sonic-net/sonic-utilities#2895))
* 6b8ee47 [CLI][Show][BGP] Show BGP Change for no neighbor scenario ([sonic-net#2885](sonic-net/sonic-utilities#2885))
* 73d8d63 [doc] Update Command-Reference.md, change show bgp peer command to show bfd peer ([sonic-net#2750](sonic-net/sonic-utilities#2750))
* 7bc08c2 [db_migrator] Remove hardcoded config and migrate config from minigraph ([sonic-net#2887](sonic-net/sonic-utilities#2887))
* b1aa942 [generate_dump]: Enhance show techsupport for Marvell platform ([sonic-net#2676](sonic-net/sonic-utilities#2676))
* 316b14c Add support for secure upgrade ([sonic-net#2698](sonic-net/sonic-utilities#2698))
* dc2945b [dns] Implement config and show commands for static DNS. ([sonic-net#2737](sonic-net/sonic-utilities#2737))
* 8414a70 [chassis][multi asic] change acl_loader to use tcp socket for db communication ([sonic-net#2525](sonic-net/sonic-utilities#2525))
* 0b629ba Revert [chassis][voq] Clear fabric counters queue/port (2789) ([sonic-net#2882](sonic-net/sonic-utilities#2882))
* 3ba8241 [db_migtrator] Add migration of FLEX_COUNTER_DELAY_STATUS during 1911->master upgrade + fast-reboot. Add UT. ([sonic-net#2839](sonic-net/sonic-utilities#2839))
* fceef2e [chassis][voq] Clear fabric counters queue/port ([sonic-net#2789](sonic-net/sonic-utilities#2789))
Signed-off-by: dgsudharsan <[email protected]>1 parent c589230 commit 03d3573
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule sonic-utilities updated 57 files
- acl_loader/main.py+2-2
- config/dns.py+96
- config/main.py+4
- config/plugins/sonic-hash.py+273
- doc/Command-Reference.md+155-2
- scripts/db_migrator.py+60-10
- scripts/db_migrator_constants.py-32
- scripts/generate_dump+66
- scripts/verify_image_sign.sh+60
- scripts/verify_image_sign_common.sh+34
- setup.py+2-1
- show/dns.py+30
- show/main.py+2
- show/plugins/sonic-hash.py+155
- sonic_installer/bootloader/bootloader.py+7
- sonic_installer/bootloader/grub.py+35
- sonic_installer/main.py+10-1
- tests/acl_loader_test.py+41
- tests/bgp_commands_test.py+127-8
- tests/conftest.py+36-16
- tests/db_migrator_input/config_db/cross_branch_upgrade_to_4_0_3_expected.json+19
- tests/db_migrator_input/config_db/cross_branch_upgrade_to_4_0_3_input.json+18
- tests/db_migrator_input/config_db/cross_branch_upgrade_to_version_2_0_2_expected.json+3-3
- tests/db_migrator_input/minigraph.xml+29
- tests/db_migrator_input/state_db/fast_reboot_upgrade.json+5
- tests/db_migrator_test.py+54-1
- tests/dns_test.py+193
- tests/hash_input/assert_show_output.py+158
- tests/hash_input/mock_config/ecmp.json+5
- tests/hash_input/mock_config/ecmp_and_lag.json+6
- tests/hash_input/mock_config/empty.json+5
- tests/hash_input/mock_config/lag.json+5
- tests/hash_input/mock_state/ecmp.json+7
- tests/hash_input/mock_state/ecmp_and_lag.json+7
- tests/hash_input/mock_state/empty.json+7
- tests/hash_input/mock_state/lag.json+7
- tests/hash_input/mock_state/no_capabilities.json+7
- tests/hash_input/mock_state/not_applicable.json+7
- tests/hash_test.py+244
- tests/installer_bootloader_aboot_test.py+11
- tests/installer_bootloader_grub_test.py+8
- tests/installer_bootloader_onie_test.py+11
- tests/installer_bootloader_uboot_test.py+12
- tests/mock_tables/asic0/device_bgp_info.json+30
- tests/mock_tables/asic0/no_bgp_neigh.json+1
- tests/mock_tables/asic1/device_bgp_info.json+30
- tests/mock_tables/asic1/no_bgp_neigh.json+1
- tests/mock_tables/device_bgp_info.json+30
- tests/mock_tables/no_bgp_neigh.json+1
- tests/scripts/create_mock_image.sh+40
- tests/scripts/create_sign_and_verify_test_files.sh+91
- tests/scripts/verify_image_sign_test.sh+29
- tests/sign_and_verify_test.py+70
- tests/test_sonic_installer.py+7-1
- tests/verify_image_sign_test.sh+29
- utilities_common/bgp_util.py+73-49
- utilities_common/switch_hash.py+64
0 commit comments