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

resource: Add generic USB port #1495

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gumulka
Copy link

@gumulka gumulka commented Sep 13, 2024

Description

This is useful, if the DUT is a USB device, where you are not yet sure, what exactly it is. This allows the test to use the wrapper to communicate with the device, even if it is on the network.

Might also be useful, if you don't yet have a driver for a USB controlled device and want to test it out before upstreaming it.

Checklist

  • Documentation for the feature
  • Tests for the feature
  • The arguments and description in doc/configuration.rst have been updated
  • Add a section on how to use the feature to doc/usage.rst
  • Add a section on how to use the feature to doc/development.rst
  • PR has been tested

Not sure about the description in usage and development, but I'm currently using it in my labgrid to communicate with a USB device, that has not yet a driver in Labgrid and where I have not yet come around to upstream the driver, because it is a lot of work to make it work reliable.

Have not written any tests, because I think the USB-Port is already tested enough.

This is useful, if the DUT is a USB device, where you are not yet sure,
what exactly it is. This allows the test to use the wrapper to
communicate with the device, even if it is on the network.

Might also be useful, if you don't yet have a driver for a USB
controlled device and want to test it out before upstreaming it.

Signed-off-by: Fabian Pflug <fabian.pflug@grandcentrix.net>
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.

1 participant