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

CA-389988: Do not consider USB network cards not named ethX #129

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

freddy77
Copy link
Collaborator

USB network cards are assigned names using various rules. They can be usbX, ethX, wanX or wwanX based on different features. Our interface rename code bails out if the name is not in ethX format so ignore them.

USB network cards are assigned names using various rules.
They can be usbX, ethX, wanX or wwanX based on different features.
Our interface rename code bails out if the name is not in ethX
format so ignore them.

Signed-off-by: Frediano Ziglio <[email protected]>
Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.45%. Comparing base (6a5589b) to head (c000ee6).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #129   +/-   ##
=======================================
  Coverage   83.45%   83.45%           
=======================================
  Files          22       22           
  Lines        3355     3355           
=======================================
  Hits         2800     2800           
  Misses        555      555           
Flag Coverage Δ
unittest 83.45% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@freddy77 freddy77 merged commit a93599b into xenserver:master Mar 14, 2024
6 checks passed
@freddy77 freddy77 deleted the usbnet branch March 14, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants