Closed
Bug 1034486
Opened 11 years ago
Closed 8 years ago
Integrate mozdevice in marionette js stack so we can push/pull files from device
Categories
(Testing Graveyard :: JSMarionette, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: zcampbell, Unassigned)
References
Details
(Whiteboard: [device])
mozdevice (or js equivalent) should be introduced into the marionettejs test runner stack so that it can integrate with the sdcard and file system on device and push/pull/erase content.
We will need this for on-device tests, to be able to set up the device before tests.
| Reporter | ||
Comment 1•11 years ago
|
||
I suggested mozdevice because it already has some logic for detecting sdcard locations on devices (the exact location varies from device model to model)
Comment 2•11 years ago
|
||
I think this will more or less be automatically resolved by bug 994847. Take a look at https://github.com/ahal/gaia/compare/python_service to see how that is progressing. We can leave this open for now though.
| Reporter | ||
Comment 3•11 years ago
|
||
Ok. I think there'll be some framework-level changes required to use the methods inside mozdevice.
This bug can be for that.
Updated•11 years ago
|
Whiteboard: [device]
Comment 4•11 years ago
|
||
This is needed for perf tests using the js framework. I'd ideally like to give tests access to a device object that would allow a test to do something like:
device.reboot();
which will not only reboot the device using mozdevice, but will also wait for marionette to come up and reconnect to it.
Comment 5•11 years ago
|
||
Hey Greg,
As per our IRC conversation can you put this in your queue?
Flags: needinfo?(garndt)
Comment 6•11 years ago
|
||
Keeping an eye on bug 1115134 that's creating mozdevice to use with Raptor.
Updated•10 years ago
|
Flags: needinfo?(garndt)
Comment 7•10 years ago
|
||
Keep tracking on this one.
Comment 8•10 years ago
|
||
I guess this bug can be dupe'd against bug 1231775. Mozdevice is going to be replaced by fxos-device-service and its API supports file management on device[1]. Do you confirm, Gareth?
[1] https://github.com/mozilla-b2g/fxos-device-service#get-devicesidfilesfilepathfilepath
Flags: needinfo?(gaye)
Comment 9•8 years ago
|
||
Marionette JS was mainly implemented for B2G. The latter being discontinued, we can close this bug. Feel free to reopen if I'm mistaken.
Flags: needinfo?(gaye)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•