Closed
Bug 778204
Opened 13 years ago
Closed 13 years ago
let marionette test framework reuse existing emulator for emulator tests
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: mdas, Unassigned)
Details
Attachments
(1 file)
|
1.21 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
There isn't a way for marionette to use an already running emulator for the tests that require qemu control (for example, the battery tests). Instead, marionette boots up its own emulator and uses that. It would be a "nice to have" to get an already running emulator working with the test runner.
Comment 1•13 years ago
|
||
So, if you have an emulator already running, and want to run Marionette tests using that, you can use:
python runtests.py --emulator arm --address localhost:2828 --homedir .....
That is, specifying both "emulator" and "address" allows you to do this. This is granted not at all intuitive, we should add a more explicit option for this.
Comment 2•13 years ago
|
||
Verified (with latest emulator-arm_linux) that as Jonathan noted above, specifying both the 'emulator' and 'address' options does allow the WebAPI test to run in a pre-running emulator.
| Reporter | ||
Comment 3•13 years ago
|
||
Added some additional information to the --emulator help message so that users know how to use it
Attachment #648008 -
Flags: review?(jgriffin)
Comment 4•13 years ago
|
||
Comment on attachment 648008 [details] [diff] [review]
Update documentation
Thanks!
Attachment #648008 -
Flags: review?(jgriffin) → review+
| Reporter | ||
Comment 5•13 years ago
|
||
pushed to inbound
https://hg.mozilla.org/integration/mozilla-inbound/rev/2f36e642ef8d
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•