-
Notifications
You must be signed in to change notification settings - Fork 49
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
fix: make network-info jobs require ethtool to be available (bugfix) #492
Conversation
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.
Thanks for that fix. A few comments:
- the bug happens with the snap version of Checkbox, even though it seems that ethtool is pulled at build time. Does modifying the packaging meta-data unit helps in that regard?
- the job is skipped (providing zero info about the network) instead of running and providing partial information about the network. Not sure if this is what QA team need.
I'll make sure it is so.
I asked Doug that @ the original bug |
Since the original issue was marked as closed, we might want to close this associated PR. |
Yeah, although it still makes sense to not crash on missing ethtool. Recent releases don't include it by default. |
Any plan for this? Do we close it or not? |
The patch still makes sense IMHO.. |
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.
+1, this job should require ethtool as it uses it
e9cf826
to
908c351
Compare
…nical#492) fix: make network-info jobs require ethtool to be available Fixes: canonical#488 Co-authored-by: Devices Certification Bot <robot@canonical.com>
…nical#492) fix: make network-info jobs require ethtool to be available Fixes: canonical#488 Co-authored-by: Devices Certification Bot <robot@canonical.com>
Description
Make network-info jobs require ethtool.
See bug link for details.
Resolved issues
Fixes: : CHECKBOX-626 (#488)
Testing
Tested on a system without the ethtool and now it yields:
And with it installed it proceeds to run.