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

utils/cpu: Add support for Power11 processor #5993

Open disgoel opened 3 months ago

disgoel commented 3 months ago

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