Merge lp:~pwlars/ubuntu-test-cases/instrument-arale-05-08 into lp:ubuntu-test-cases/touch

Proposed by Paul Larson
Status: Merged
Approved by: Paul Larson
Approved revision: 417
Merged at revision: 417
Proposed branch: lp:~pwlars/ubuntu-test-cases/instrument-arale-05-08
Merge into: lp:ubuntu-test-cases/touch
Diff against target: 27 lines (+8/-0)
1 file modified
scripts/device_info.py (+8/-0)
To merge this branch: bzr merge lp:~pwlars/ubuntu-test-cases/instrument-arale-05-08
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+279027@code.launchpad.net

Commit message

Add instrumentation for arale-05 through arale-08

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) wrote :

Looks good, this continues the pattern of the other devices.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/device_info.py'
2--- scripts/device_info.py 2015-11-30 16:10:14 +0000
3+++ scripts/device_info.py 2015-11-30 20:05:07 +0000
4@@ -251,15 +251,23 @@
5 image_channel="ubuntu-touch/rc-proposed/meizu.en",
6 extra_args=['--device', 'arale']),
7 "arale-05": TouchDevice("arale", "75UABL662MQ3",
8+ relay_url="http://10.74.120.150:8000",
9+ power_pin=8, volume_down_pin=9,
10 image_channel="ubuntu-touch/rc-proposed/meizu.en",
11 extra_args=['--device', 'arale']),
12 "arale-06": TouchDevice("arale", "75UABL6NEYKR",
13+ relay_url="http://10.74.120.150:8000",
14+ power_pin=10, volume_down_pin=11,
15 image_channel="ubuntu-touch/rc-proposed/meizu.en",
16 extra_args=['--device', 'arale']),
17 "arale-07": TouchDevice("arale", "75UABL6K4KPD",
18+ relay_url="http://10.74.120.150:8000",
19+ power_pin=12, volume_down_pin=13,
20 image_channel="ubuntu-touch/rc-proposed/meizu.en",
21 extra_args=['--device', 'arale']),
22 "arale-08": TouchDevice("arale", "75UABL65U7BB",
23+ relay_url="http://10.74.120.150:8000",
24+ power_pin=14, volume_down_pin=15,
25 image_channel="ubuntu-touch/rc-proposed/meizu.en",
26 extra_args=['--device', 'arale']),
27 "krillin-01": TouchDevice("krillin", "JB011018",

Subscribers

People subscribed via source and target branches