Closed
Bug 1184515
Opened 9 years ago
Closed 8 years ago
[Aries] test_settings_usb_storage.py fails because Aries uses MTP (and not UMS)
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(b2g-master affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
b2g-master | --- | affected |
People
(Reporter: jlorenzo, Unassigned)
References
Details
No description provided.
Reporter | ||
Comment 1•9 years ago
|
||
From an end to end point of view, we'd need to check that an MTP device is attached to the computer. To do so:
1. Either you find a library that allows you to display the MTP devices. I found [1] and [2]. Both are unstable and have some known bugs. But they might be worthy to give a shot.
2. Or we check that the MTP device is auto-mounted by the OS. This requires to look at: "/run/user/1000/gvfs/mtp:host". I know it works on my Linux, it might not on Mac OS X.
[1] https://github.com/emdete/python-mtp
[2] https://pypi.python.org/pypi/PyMTP
Reporter | ||
Comment 2•8 years ago
|
||
Gaia UI tests are not run or maintained anymore.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•