Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed regression issue in script as core is not a key in lscpu output #2836

Closed

Commits on Jun 7, 2024

  1. Fixed regression issue in script as core is not a key in lscpu output

    LOG:
    
    Python 3.6.15 (default, Sep 23 2021, 15:41:43) [GCC] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> from avocado.utils import cpu
    >>> print (cpu.lscpu())
    {'virtual_cores': 4, 'physical_sockets': 4, 'physical_chips': 2, 'physical_cores': 15, 'chips': 8}
    >>>
    
    this patch address like replace core with physical_core
    
    Signed-off-by: Praveen K Pandey <[email protected]>
    PraveenPenguin committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    723b1e0 View commit details
    Browse the repository at this point in the history