Closed
Bug 1046713
Opened 10 years ago
Closed 10 years ago
marionette-socket-host runner service should allow specification of a device serial
Categories
(Testing Graveyard :: JSMarionette, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ahal, Assigned: mdas)
References
Details
Attachments
(1 file)
Currently it just assumes you are running tests on the only device attached. It should take in a device serial parameter and connect to that specific device.
Assignee | ||
Comment 2•10 years ago
|
||
Tested locally and it works.
Btw, I added kwargs.pop('serial', None) before the call to the base MozrunnerHandler constructor so it wouldn't receive any unexpected kwargs.
Attachment #8468759 -
Flags: review?(ahalberstadt)
Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8468759 [details] [review]
add device id support
Cool, that was simpler than I thought it would be :p
Attachment #8468759 -
Flags: review?(ahalberstadt) → review+
Assignee | ||
Comment 4•10 years ago
|
||
This change has been merged a while ago, marking as resolved
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•