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 utils for amd cpu #5894

Closed AYUSHJAIN951 closed 3 months ago

AYUSHJAIN951 commented 3 months ago

get_family utility update for amd x86_64 arch to return with family details Add util for x86_64 arch to get model number Add Util to get amd zen info

Signed-off-by: Ayush Jain ayush.jain3@amd.com