Autopilot tests should stop using deprecated emulators module
Bug #1341681 reported by
Nicholas Skaggs
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Dropping Letters |
New
|
Undecided
|
Unassigned | ||
Sudoku App |
New
|
Undecided
|
Unassigned | ||
Ubuntu Calculator App |
Fix Released
|
Low
|
Bartosz Kosiorek | ||
Ubuntu Calendar App |
Fix Released
|
Undecided
|
Leo Arias | ||
Ubuntu Clock App |
Fix Released
|
Low
|
Nicholas Skaggs | ||
Ubuntu Document Viewer App |
New
|
Undecided
|
Unassigned | ||
Ubuntu File Manager App |
Fix Released
|
Undecided
|
Nicholas Skaggs | ||
Ubuntu Music App |
Fix Released
|
Undecided
|
Andrew Hayzen | ||
Ubuntu Notes app |
Fix Released
|
Undecided
|
Nicholas Skaggs | ||
Ubuntu Shorts App |
Incomplete
|
Undecided
|
Unassigned | ||
Ubuntu Terminal App |
Fix Released
|
Undecided
|
Nicholas Skaggs | ||
Ubuntu Weather App |
Fix Released
|
Undecided
|
Unassigned | ||
dialer-app |
Fix Released
|
Undecided
|
Leo Arias | ||
notes-app |
New
|
Undecided
|
Unassigned | ||
dialer-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
reminders-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
unity8 (Ubuntu) |
Fix Released
|
Undecided
|
Leo Arias |
Bug Description
Autopilot tests should stop using deprecated emulators module. Instead the new custom_
Please note until https:/
Related branches
lp://staging/~nskaggs/reminders-app/switch-emulators-to-proxy-object
- Leo Arias (community): Approve (code review)
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 91 lines (+9/-13)2 files modifiedtests/autopilot/reminders/__init__.py (+4/-6)
tests/autopilot/reminders/tests/__init__.py (+5/-7)
lp://staging/~nskaggs/ubuntu-clock-app/switch-emulators-to-proxy-object
- Ubuntu Phone Apps Jenkins Bot: Needs Fixing (continuous-integration)
- Ubuntu Clock Developers: Pending requested
-
Diff: 306 lines (+40/-42)3 files modifiedtests/autopilot/ubuntu_clock_app/__init__.py (+1/-1)
tests/autopilot/ubuntu_clock_app/helpers.py (+32/-32)
tests/autopilot/ubuntu_clock_app/tests/__init__.py (+7/-9)
lp://staging/~canonical-platform-qa/ubuntu-calendar-app/fix1341681-new_toolkit_namespace
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Omer Akram (community): Approve
- Canonical Platform QA Team: Pending requested
-
Diff: 169 lines (+19/-29)2 files modifiedtests/autopilot/calendar_app/emulators.py (+15/-25)
tests/autopilot/calendar_app/tests/__init__.py (+4/-4)
lp://staging/~canonical-platform-qa/dialer-app/custom_proxy_objects
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Gustavo Pichorim Boiko (community): Approve
- Nicholas Skaggs (community): Approve
- Chris Gagnon (community): Needs Fixing
-
Diff: 343 lines (+96/-64)8 files modifiedHACKING (+45/-6)
README (+8/-0)
tests/CMakeLists.txt (+1/-8)
tests/autopilot/CMakeLists.txt (+13/-0)
tests/autopilot/dialer_app/ListItemWithActions.py (+2/-1)
tests/autopilot/dialer_app/__init__.py (+0/-10)
tests/autopilot/dialer_app/tests/__init__.py (+25/-38)
tests/autopilot/dialer_app/tests/test_calls.py (+2/-1)
lp://staging/~ahayzen/music-app/ap-new-emulators-1341681
- Victor Thompson: Approve
- Nicholas Skaggs (community): Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 580 lines (+259/-267)3 files modifiedtests/autopilot/music_app/__init__.py (+253/-0)
tests/autopilot/music_app/emulators.py (+0/-261)
tests/autopilot/music_app/tests/__init__.py (+6/-6)
lp://staging/~nskaggs/ubuntu-terminal-app/ap-restruct
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Ubuntu Terminal Developers: Pending requested
-
Diff: 763 lines (+299/-348)5 files modifiedsrc/app/qml/Terminal.qml (+0/-62)
tests/autopilot/ubuntu_terminal_app/__init__.py (+173/-7)
tests/autopilot/ubuntu_terminal_app/emulators.py (+0/-81)
tests/autopilot/ubuntu_terminal_app/tests/__init__.py (+35/-104)
tests/autopilot/ubuntu_terminal_app/tests/test_terminal.py (+91/-94)
lp://staging/~nskaggs/ubuntu-calculator-app/ap-fix-missing-keypress
- PS Jenkins bot: Approve (continuous-integration)
- Leo Arias (community): Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 1349 lines (+639/-492)6 files modifiedSimple/SimplePage.qml (+1/-0)
tests/autopilot/ubuntu_calculator_app/__init__.py (+332/-7)
tests/autopilot/ubuntu_calculator_app/emulators.py (+0/-282)
tests/autopilot/ubuntu_calculator_app/tests/__init__.py (+156/-72)
tests/autopilot/ubuntu_calculator_app/tests/test_screen.py (+91/-0)
tests/autopilot/ubuntu_calculator_app/tests/test_simple_page.py (+59/-131)
lp://staging/~ubuntu-filemanager-dev/ubuntu-filemanager-app/force-authentication-parameter
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Nicholas Skaggs (community): Needs Fixing
-
Diff: 2175 lines (+815/-710)10 files modifiedpo/com.ubuntu.filemanager.pot (+74/-52)
src/app/main.cpp (+22/-0)
src/app/qml/ui/FolderListPage.qml (+1/-1)
src/plugin/pamauthentication/pamauthentication.cpp (+0/-8)
tests/autopilot/filemanager/__init__.py (+539/-7)
tests/autopilot/filemanager/emulators.py (+0/-518)
tests/autopilot/filemanager/tests/__init__.py (+107/-53)
tests/autopilot/filemanager/tests/test_context_menu.py (+9/-10)
tests/autopilot/filemanager/tests/test_filemanager.py (+55/-53)
tests/autopilot/filemanager/tests/test_places.py (+8/-8)
lp://staging/~canonical-platform-qa/unity8/fix1341681-toolkit_deprecation
- Albert Astals Cid (community): Approve
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
-
Diff: 46 lines (+6/-7)2 files modifiedtests/autopilot/unity8/shell/emulators/__init__.py (+5/-5)
tests/autopilot/unity8/shell/emulators/dash.py (+1/-2)
Changed in reminders-app: | |
assignee: | nobody → Nicholas Skaggs (nskaggs) |
description: | updated |
Changed in ubuntu-clock-app: | |
assignee: | nobody → Nicholas Skaggs (nskaggs) |
status: | New → In Progress |
Changed in ubuntu-calendar-app: | |
assignee: | nobody → Leo Arias (elopio) |
status: | New → In Progress |
Changed in reminders-app: | |
status: | Fix Committed → Fix Released |
Changed in dialer-app: | |
assignee: | nobody → Leo Arias (elopio) |
status: | New → In Progress |
Changed in music-app: | |
assignee: | nobody → Andrew Hayzen (andrew-hayzen) |
status: | New → In Progress |
Changed in ubuntu-calculator-app: | |
assignee: | nobody → Bartosz Kosiorek (gang65) |
importance: | Undecided → Low |
status: | New → In Progress |
Changed in ubuntu-terminal-app: | |
assignee: | nobody → Nicholas Skaggs (nskaggs) |
status: | New → In Progress |
Changed in ubuntu-clock-app: | |
status: | In Progress → Fix Released |
Changed in ubuntu-calendar-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-terminal-app: | |
status: | Fix Committed → Fix Released |
Changed in music-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-filemanager-app: | |
assignee: | nobody → Nicholas Skaggs (nskaggs) |
Changed in ubuntu-calculator-app: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-filemanager-app: | |
status: | Fix Committed → Fix Released |
Changed in unity8 (Ubuntu): | |
assignee: | nobody → Leo Arias (elopio) |
status: | New → In Progress |
Changed in dialer-app: | |
status: | In Progress → Fix Released |
Changed in ubuntu-weather-app: | |
status: | Incomplete → Fix Released |
Changed in ubuntu-clock-app: | |
importance: | Undecided → Low |
To post a comment you must log in.
Fix committed into lp:reminders-app at revision 181, scheduled for release in reminders-app, milestone 0.4