There should only be one, documented, way to run tests on devices
Bug #1262879 reported by
Michał Sawicz
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu CI Services |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
There's at least three different ways that are in use to do testing on devices:
* otto
* utah
* phablet-test-run
All of them are in constant use (otto in upstream merger, utah in smoke testing, phablet-test-run in manual testing), and cause issues like bug #1262743.
We *really* need a common way (for infrastructure and developers) to run the test in exactly the same environment, so that we can all reliably reproduce any issues arising.
To post a comment you must log in.
There is also
phablet- click-test- setup --click com.ubuntu.notes; phablet-test-run notes_app
vs
phablet-test-run -p notes-app-autopilot notes_app
which are supposed to do the same thing, but cause different results for some reason.