avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
336 stars 335 forks source link

Add couple utility in disk utility #5928

Closed PraveenPenguin closed 1 month ago

PraveenPenguin commented 2 months ago

1- added a utility which Returns io scheduler available for the IO Device 2-Added utility in disk library help to Set io scheduler to a device

mr-avocado[bot] commented 2 months ago

Dear contributor, Avocado is currently at the end of sprint #105, therefore we are in feature freeze state. Please avoid merging changes that do not fall into these categories:

The feature freeze will be active until the release planned on 05/06/2024.

richtja commented 1 month ago

Hi @PraveenPenguin, alongside the static check and codespell it LGTM. Can you please make your code align with static checks and add hda to spell.ignore thank you.

PraveenPenguin commented 1 month ago

@richtja resolved CI issue can you please review