sonic-utilities icon indicating copy to clipboard operation
sonic-utilities copied to clipboard

Command line utilities for the SONiC project

Results 310 sonic-utilities issues
Sort by recently updated
recently updated
newest added

#### What I did Written unit tests for kdump remote mode. #### How to verify it Successfully passed all written unit tests.

#### What I did [#15058](https://github.com/sonic-net/sonic-buildimage/pull/15058) Configure NTP global parameters, and specify the NTP vrf as "default". The NTP vrf does not change to "mgmt" when mgmtvrf is enabled, causing NTP...

Currently file generic_config_updater/gcu_field_operation_validators.conf.json is used from test cases to verify if the platform under test allowes updates to config paths: > /PFC_WD > /BUFFER_POOL > /BUFFER_PROFILE > /WRED_PROFILE Currently pltaforms...

#### What I did Update the ecnconfig to optimize the configuration by not having to update per attribute configured. #### How I did it Combine multiple database write operations into...

Cherry-pick #2925 ADO 28548370 #### What I did Added input check for argument "-t" in generate_dump script #### How I did it Made sure only integer values can be received...

#### Description When I install a SONiC extension package through sonic-package-manager, the docker API responds with an error "bad parameter: path cannot be empty." ```shell admin@sonic:~$ sudo sonic-package-manager install -y...

#### What I did Provided support for the configuration and show commands of memory statistics feature. #### How I did it I added a new config file config/memory_statistics.py for the...

#### What I did Addressing issue [#20377](https://github.com/sonic-net/sonic-buildimage/issues/20377). The issue caused by unescape in JsonPointer implementation which followed [RFC 6901](https://www.rfc-editor.org/rfc/rfc6901) ```python pointer = jsonpointer.JsonPointer(path) ... class JsonPointer(object): """A JSON Pointer that...

Signed-off-by: Anand Mehra [email protected] Fixes: https://github.com/sonic-net/sonic-buildimage/issues/20693 #### What I did During the show techsupport, generate_dump calls techsupport_cleanup with current generated file. The techsupport_cleanup verifies the file path provided for file...

#### What I did Changed the data type casting to float if count coming is too large or in scientific notation . #### How I did it made it float...