Add support for xhci-pci-renesas in the usb3 test. (Bugfix)#2405
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2405 +/- ##
=======================================
Coverage 58.15% 58.15%
=======================================
Files 475 475
Lines 47761 47761
Branches 8492 8492
=======================================
Hits 27775 27775
+ Misses 19103 19100 -3
- Partials 883 886 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
pedro-avalos
approved these changes
Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes the issue #2234
Description
The usb3/storage-server test was failing because it lacked support for xhci-pci-renesas. The correct speed was detected but it was failing because xhci-pci-renesas was in use but not detected. Initially this was happening on the newer ARM systems but it has also been seen on some of the AMD64 systems on 26.04 testing.
Resolved issues
This fixes the issue #2234
Documentation
Tests
sudo cp udev.py /usr/lib/python3/dist-packages/checkbox_support/udev.py
sudo cp removable_storage_test.py /usr/lib/checkbox-provider-base/bin/
Run test-usb