avocado icon indicating copy to clipboard operation
avocado copied to clipboard

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...

Results 204 avocado issues
Sort by recently updated
recently updated
newest added

**Describe the bug** As part of the packaging effort for Debian on https://github.com/avocado-framework/avocado/pull/5912, we have found that a unit test is failing on more recent distro versions of Ubuntu/Debian. ```...

bug

**Is your feature request related to a problem? Please describe.** On more complex (and thus usually) longer tests, there may be multiple steps to complete. It may be known that...

enhancement
customer:Dovetail

This commit enhances the CPU utility to support the Power11 processor by making pattern matching case-insensitive.

**Is your feature request related to a problem? Please describe.** Currently, support for opening archive files is based on a table that maps extensions to some metadata like them either...

enhancement
customer:QEMU