Skip to content

Commit

Permalink
[submodule]: Advance sonic-utilities submodule.
Browse files Browse the repository at this point in the history
Signed-off-by: Nazarii Hnydyn <[email protected]>
  • Loading branch information
nazariig committed May 29, 2023
1 parent deb7600 commit 34de3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-utilities
Submodule sonic-utilities updated 71 files
+6 −3 acl_loader/main.py
+14 −5 config/config_mgmt.py
+247 −0 config/fabric.py
+105 −27 config/main.py
+33 −2 config/vlan.py
+67 −0 doc/Command-Reference.md
+105 −14 generic_config_updater/field_operation_validators.py
+118 −1 generic_config_updater/gcu_field_operation_validators.conf.json
+3 −3 generic_config_updater/gu_common.py
+1 −1 pcieutil/main.py
+8 −8 pfcwd/main.py
+19 −9 scripts/boot_part
+3 −3 scripts/check_db_integrity.py
+4 −1 scripts/configlet
+3 −4 scripts/disk_check.py
+4 −4 scripts/dropconfig
+4 −2 scripts/dump_nat_entries.py
+8 −0 scripts/fast-reboot
+4 −6 scripts/ipintutil
+102 −0 scripts/lag_keepalive.py
+10 −5 scripts/lldpshow
+112 −12 scripts/route_check.py
+30 −30 scripts/sonic_sku_create.py
+15 −10 scripts/storyteller
+3 −3 scripts/vnet_route_check.py
+2 −0 setup.py
+23 −7 sfputil/main.py
+7 −0 show/interfaces/__init__.py
+15 −14 show/muxcable.py
+10 −7 show/plugins/barefoot.py
+11 −12 show/plugins/mlnx.py
+2 −1 sonic_installer/bootloader/uboot.py
+18 −11 sonic_package_manager/manager.py
+25 −3 sonic_package_manager/manifest.py
+15 −4 sonic_package_manager/metadata.py
+51 −31 sonic_package_manager/service_creator/creator.py
+57 −0 tests/acl_input/acl1.json
+12 −2 tests/acl_loader_test.py
+1 −1 tests/aclshow_test.py
+3 −3 tests/config_dpb_test.py
+95 −0 tests/config_fabric_test.py
+55 −0 tests/config_override_input/multi_asic_dm_gen_sysinfo.json
+11 −0 tests/config_override_input/multi_asic_dm_rm.json
+23 −0 tests/config_override_input/multi_asic_macsec_ov.json
+138 −2 tests/config_override_test.py
+113 −1 tests/config_test.py
+2 −2 tests/disk_check_test.py
+51 −0 tests/dropconfig_test.py
+0 −23 tests/filter_fdb_entries_test.py
+142 −0 tests/generic_config_updater/field_operation_validator_test.py
+27 −2 tests/generic_config_updater/gcu_feature_patch_application_test.py
+0 −56 tests/generic_config_updater/gu_common_test.py
+5 −5 tests/intfutil_test.py
+9 −0 tests/lldp_test.py
+4 −0 tests/load_minigraph_input/platform/plugins/platform_mg_post_check
+4 −0 tests/load_minigraph_input/platform_false/plugins/platform_mg_post_check
+51 −1 tests/mock_tables/config_db.json
+13 −0 tests/pcieutil_test.py
+60 −1 tests/pfcwd_test.py
+14 −3 tests/route_check_test.py
+121 −1 tests/route_check_test_data.py
+98 −54 tests/sfputil_test.py
+53 −0 tests/show_barefoot_test.py
+63 −0 tests/show_mlnx_test.py
+12 −0 tests/sku_create_input/2700_files/config_db_incorrect_platform.json
+302 −0 tests/sku_create_input/2700_files/config_db_invalid_portname.json
+300 −0 tests/sku_create_test.py
+33 −4 tests/sonic_package_manager/test_manager.py
+52 −0 tests/sonic_package_manager/test_metadata.py
+114 −4 tests/sonic_package_manager/test_service_creator.py
+46 −13 tests/vlan_test.py

0 comments on commit 34de3bb

Please sign in to comment.