Re: [PATCH] selftests: add test for USB over IP driver

From: Greg KH
Date: Thu May 31 2018 - 02:36:07 EST


On Wed, May 30, 2018 at 09:00:57PM -0600, Shuah Khan (Samsung OSG) wrote:
> Add test for USB over IP driver. This test runs several tests on a device
> specified in the -b <busid> argument and path to the usbip tools.
>
> usbip_test.sh -b <busid> -p <usbip tools path>
>
> e.g:
> cd tools/testing selftests/drivers/usb/usbip
> sudo ./usbip_test.sh -b 3-10.2 -p <yoursrctree>/tools/usb/usbip
>
> This test should be run as root and user should build usbip tools before
> running the test.
>
> The usbip test isn't included in the Kselftest run as it requires user to
> specify a device to run tests on.
>
> Signed-off-by: Shuah Khan (Samsung OSG) <shuah@xxxxxxxxxx>

If you want to take this through your tree, that's fine with me:

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

Otherwise I will be glad to queue it up in mine, just let me know what
is easier for you.

Nice work, thanks.

greg k-h