-
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 wifi netplan gateway parser (Bugfix) #1536
Conversation
7f4d463
to
382fb86
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1536 +/- ##
==========================================
+ Coverage 47.72% 47.73% +0.01%
==========================================
Files 370 370
Lines 39739 39750 +11
Branches 6719 6720 +1
==========================================
+ Hits 18965 18976 +11
Misses 20059 20059
Partials 715 715
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
I would not create the additional function
Co-authored-by: Massimiliano <[email protected]>
3e463a3
to
256ef5c
Compare
256ef5c
to
b691e52
Compare
Description
Correct the gateway parser.
In UC20, the systemd version is 245, and the formate is difference with the newer systemd version:
In UC22, the systemd version is 249:
Resolved issues
Incorrect ping parameter on wirless open ac connection test #1533
Documentation
Tests