Merge lp:~chengjie-he/lava-android-test/bluetooth into lp:lava-android-test

Proposed by Chengjie HE
Status: Merged
Merged at revision: 154
Proposed branch: lp:~chengjie-he/lava-android-test/bluetooth
Merge into: lp:lava-android-test
Diff against target: 14 lines (+4/-2)
1 file modified
lava_android_test/test_definitions/bluetooth.py (+4/-2)
To merge this branch: bzr merge lp:~chengjie-he/lava-android-test/bluetooth
Reviewer Review Type Date Requested Status
Yongqin Liu Approve
Review via email: mp+106589@code.launchpad.net

Description of the change

a new version of bluetooth test

To post a comment you must log in.
151. By Chengjie HE

split into three lines for python coding style

152. By Chengjie HE

added one option which makes bluetooth address can be got from input

Revision history for this message
Yongqin Liu (liuyq0307) wrote :

seems ok

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_android_test/test_definitions/bluetooth.py'
2--- lava_android_test/test_definitions/bluetooth.py 2012-04-25 13:25:50 +0000
3+++ lava_android_test/test_definitions/bluetooth.py 2012-05-22 03:50:22 +0000
4@@ -22,8 +22,10 @@
5
6 test_name = 'bluetooth'
7
8-cmd = ("am instrument -r -w "
9- "com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner")
10+cmd = ("am instrument -r -e enable_iterations 2 -e discoverable_iterations 2"
11+ " -e scan_iterations 2 -e enable_pan_iterations 2 -e pair_iterations 1 "
12+ " -e device_address $(OPTIONS) "
13+ " -w com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner")
14 RUN_ADB_SHELL_STEPS = [cmd]
15
16

Subscribers

People subscribed via source and target branches