-
Notifications
You must be signed in to change notification settings - Fork 123
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
Resolving platform.processor and other pylint issue in disk_info.py #2898
base: master
Are you sure you want to change the base?
Resolving platform.processor and other pylint issue in disk_info.py #2898
Conversation
This is PR is V2 of #2896 Due to file mis-place, I am closing it and re-opened this PR |
`
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Naresh-ibm thanks for patch , can you please split in 2 commits
1- cpu.get_arch() changes and add other impacted file
2- pylint chnages
ok |
adding pylint changes in disk_info.py Signed-off-by: Naresh Bannoth <[email protected]>
35fcb8f
to
2eac6e7
Compare
Platform.processor() returns Unknown. Fixing the same using cpu library from avocado utils in disk_info.py Signed-off-by: Naresh Bannoth <[email protected]>
Resolving platform.processor and other pylint issue in disk_info.py