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 Jul 11, 2023
1 parent c589230 commit 2706d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-utilities
Submodule sonic-utilities updated 57 files
+2 −2 acl_loader/main.py
+96 −0 config/dns.py
+4 −0 config/main.py
+273 −0 config/plugins/sonic-hash.py
+155 −2 doc/Command-Reference.md
+60 −10 scripts/db_migrator.py
+0 −32 scripts/db_migrator_constants.py
+66 −0 scripts/generate_dump
+60 −0 scripts/verify_image_sign.sh
+34 −0 scripts/verify_image_sign_common.sh
+2 −1 setup.py
+30 −0 show/dns.py
+2 −0 show/main.py
+155 −0 show/plugins/sonic-hash.py
+7 −0 sonic_installer/bootloader/bootloader.py
+35 −0 sonic_installer/bootloader/grub.py
+10 −1 sonic_installer/main.py
+41 −0 tests/acl_loader_test.py
+127 −8 tests/bgp_commands_test.py
+36 −16 tests/conftest.py
+19 −0 tests/db_migrator_input/config_db/cross_branch_upgrade_to_4_0_3_expected.json
+18 −0 tests/db_migrator_input/config_db/cross_branch_upgrade_to_4_0_3_input.json
+3 −3 tests/db_migrator_input/config_db/cross_branch_upgrade_to_version_2_0_2_expected.json
+29 −0 tests/db_migrator_input/minigraph.xml
+5 −0 tests/db_migrator_input/state_db/fast_reboot_upgrade.json
+54 −1 tests/db_migrator_test.py
+193 −0 tests/dns_test.py
+158 −0 tests/hash_input/assert_show_output.py
+5 −0 tests/hash_input/mock_config/ecmp.json
+6 −0 tests/hash_input/mock_config/ecmp_and_lag.json
+5 −0 tests/hash_input/mock_config/empty.json
+5 −0 tests/hash_input/mock_config/lag.json
+7 −0 tests/hash_input/mock_state/ecmp.json
+7 −0 tests/hash_input/mock_state/ecmp_and_lag.json
+7 −0 tests/hash_input/mock_state/empty.json
+7 −0 tests/hash_input/mock_state/lag.json
+7 −0 tests/hash_input/mock_state/no_capabilities.json
+7 −0 tests/hash_input/mock_state/not_applicable.json
+244 −0 tests/hash_test.py
+11 −0 tests/installer_bootloader_aboot_test.py
+8 −0 tests/installer_bootloader_grub_test.py
+11 −0 tests/installer_bootloader_onie_test.py
+12 −0 tests/installer_bootloader_uboot_test.py
+30 −0 tests/mock_tables/asic0/device_bgp_info.json
+1 −0 tests/mock_tables/asic0/no_bgp_neigh.json
+30 −0 tests/mock_tables/asic1/device_bgp_info.json
+1 −0 tests/mock_tables/asic1/no_bgp_neigh.json
+30 −0 tests/mock_tables/device_bgp_info.json
+1 −0 tests/mock_tables/no_bgp_neigh.json
+40 −0 tests/scripts/create_mock_image.sh
+91 −0 tests/scripts/create_sign_and_verify_test_files.sh
+29 −0 tests/scripts/verify_image_sign_test.sh
+70 −0 tests/sign_and_verify_test.py
+7 −1 tests/test_sonic_installer.py
+29 −0 tests/verify_image_sign_test.sh
+73 −49 utilities_common/bgp_util.py
+64 −0 utilities_common/switch_hash.py

0 comments on commit 2706d3a

Please sign in to comment.