Skip to content

Commit 30e9050

Browse files
committed
Moved USB greentea tests
1 parent 9964212 commit 30e9050

17 files changed

+1
-2
lines changed

drivers/tests/TESTS/host_tests/pyusb_msd.py renamed to drivers/usb/tests/TESTS/host_tests/pyusb_msd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def unmount(serial):
185185
return False
186186

187187
@staticmethod
188-
def _disk_path_windows(serial):
188+
def _disk_path_windows(serial):
189189
c = wmi.WMI()
190190
for physical_disk in c.Win32_DiskDrive():
191191
if serial == physical_disk.SerialNumber:

drivers/tests/TESTS/usb_device/README.md renamed to drivers/usb/tests/TESTS/usb_device/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,3 @@ You may want to connect the device directly to the host machine with no hubs on
163163
[LN-linux_xhci_patch]: https://github.com/torvalds/linux/commit/f5249461b504d35aa1a40140983b7ec415807d9e
164164
[LN-xhci_lkml_discussion]: https://lkml.org/lkml/2016/12/15/388
165165
[LN-xhci_setpci]: https://linuxmusicians.com/viewtopic.php?t=16901
166-

0 commit comments

Comments
 (0)