dialer_app is python2 so it can't be part of the ux tests
Bug #1335453 reported by
Leo Arias
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Autopilot Tests |
In Progress
|
Critical
|
Leo Arias | ||
dialer-app |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The ux tests will be python3 only, so we need all its dependencies to be python3.
There was one existing test for the dialer app. I removed it in order to finish the packaging of the project, while barry is working on porting it to python3.
Related branches
lp://staging/~barry/dialer-app/py3autopilot
- Leo Arias (community): Disapprove
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Dimitri John Ledkov: Pending requested
-
Diff: 223 lines (+21/-25)10 files modifieddebian/control (+4/-2)
debian/rules (+4/-1)
tests/CMakeLists.txt (+1/-1)
tests/autopilot/dialer_app/emulators.py (+1/-3)
tests/autopilot/dialer_app/fixture_setup.py (+1/-1)
tests/autopilot/dialer_app/helpers.py (+1/-2)
tests/autopilot/dialer_app/tests/__init__.py (+1/-1)
tests/autopilot/dialer_app/tests/test_calls.py (+5/-4)
tests/autopilot/dialer_app/tests/test_dialer.py (+0/-5)
tests/autopilot/dialer_app/tests/test_logs.py (+3/-5)
lp://staging/~elopio/ubuntu-autopilot-tests/skip_dialer
- Chris Gagnon (community): Approve
-
Diff: 182 lines (+46/-89)5 files modifieddebian/control (+10/-14)
debian/rules (+1/-3)
debian/ubuntu-experience-tests.install (+0/-1)
setup.py (+35/-0)
ubuntu_experience_tests/tests/test_osd_dialer_integration.py (+0/-71)
Changed in dialer-app: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
The branch from barry keeps failing to land. The error most definitely is not related to the branch, but it doesn't happen on trunk. I can't reproduce it on my environment. We will probably have to set up the same environment as jenkins to understand what's going on.