Merge lp:~jeffmarcom/checkbox/accelerometer_test_fix into lp:checkbox
Proposed by
Jeff Marcom
on 2013-02-28
Status: | Merged |
---|---|
Approved by: | Daniel Manrique on 2013-02-28 |
Approved revision: | 1956 |
Merged at revision: | 1956 |
Proposed branch: | lp:~jeffmarcom/checkbox/accelerometer_test_fix |
Merge into: | lp:checkbox |
Diff against target: |
27 lines (+5/-1) 2 files modified
debian/changelog (+4/-1) jobs/input.txt.in (+1/-0) |
To merge this branch: | bzr merge lp:~jeffmarcom/checkbox/accelerometer_test_fix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Daniel Manrique | 2013-02-28 | Approve on 2013-02-28 | |
Review via email:
|
Description of the change
Added simple check for accelerometer test to only run on hardware with hdaps and hp_accel modules loaded and working.
Now the job will be skipped on machines that do not have any accelerometer hardware at all.
To post a comment you must log in.
Ara Pulido (ara) wrote : | # |
What happens with systems with accelerometer but no working drivers?
Daniel Manrique (roadmr) wrote : | # |
This case would require a "please check your computer's specifications. Is the computer supposed to have an accelerometer?" test. We do something similar with the multi-touch tests. The logic can be a bit crazy :)
Awesome, thanks!