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

Modify cpu.py - Improve robustness #5940

Closed wangp-h closed 1 month ago

wangp-h commented 1 month ago

When I use the cpu.lscpu() function, I find that I get an empty dict result, which is not as expected. When I checked, I found that the reason is that the default language of my system is not English, so I made this change. I have tested that this language setting only works in the current pipeline and have found no other effects. Hope to adopt.

richtja commented 1 month ago

Hi @wangp-h the CI issue has been resolved in #5942. Can you please do the rebase to the latest master so we could re-run the CI? Thank you.

wangp-h commented 1 month ago

Hi @wangp-h the CI issue has been resolved in #5942. Can you please do the rebase to the latest master so we could re-run the CI? Thank you.

Hi @richtja, the CI has been re-run, but there is still a failure. Could you please help me review it?