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
345 stars 343 forks source link

Added a library function which help to get linux process and kill those process #5932

Open PraveenPenguin opened 6 months ago

PraveenPenguin commented 5 months ago

@clebergnu any thoughts on this ?