Moved USB greentea tests

pull/13869/head
Evelyne Donnaes 2020-11-05 16:03:25 +00:00
parent 9964212f9e
commit 30e9050f10
17 changed files with 1 additions and 2 deletions

View File

@ -185,7 +185,7 @@ class MSDUtils(object):
return False
@staticmethod
def _disk_path_windows(serial):
def _disk_path_windows(serial):
c = wmi.WMI()
for physical_disk in c.Win32_DiskDrive():
if serial == physical_disk.SerialNumber:

View File

@ -163,4 +163,3 @@ You may want to connect the device directly to the host machine with no hubs on
[LN-linux_xhci_patch]: https://github.com/torvalds/linux/commit/f5249461b504d35aa1a40140983b7ec415807d9e
[LN-xhci_lkml_discussion]: https://lkml.org/lkml/2016/12/15/388
[LN-xhci_setpci]: https://linuxmusicians.com/viewtopic.php?t=16901