diff options
author | Yung Shen <yung.shen@canonical.com> | 2016-04-13 18:17:48 +0800 |
---|---|---|
committer | Yung Shen <yung.shen@canonical.com> | 2016-04-13 18:17:48 +0800 |
commit | 143ddf5dd167bc74ad857e84b0126b49d5b02a47 (patch) | |
tree | ded1d6601c2ed941e7de7f306aebb7a0c37b7cb9 /jobs | |
parent | 7ee32a422bc7533a9a9f27bfb088db4d2c98bed7 (diff) |
Update bt_connect: with new unpair_all and new-way of description for HOGP jobs
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/bluetooth.txt.in | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/jobs/bluetooth.txt.in b/jobs/bluetooth.txt.in index 5597624..7f89d7e 100644 --- a/jobs/bluetooth.txt.in +++ b/jobs/bluetooth.txt.in @@ -173,14 +173,13 @@ requires: package.name == 'bluez' and package.version >= '5.37' estimated_duration: 30.0 command: bt_connect --mouse -_description: - PURPOSE: +_purpose: This test will check that you can use a HID Over GATT Profile (HOGP) with your Bluetooth Smart mouse. - STEPS: +_steps: 1. Enable a Bluetooth smart mouse, and put it into paring mode. 2. Commence the test to do the auto-pairing, you will be asked to select targeting mouse from the list. 3. After it's paired and connected, perform actions such as moving the pointer, right and left button clicks and double clicks. - VERIFICATION: +_verification: Did the Bluetooth Smart mouse work as expected? plugin: user-interact-verify @@ -192,12 +191,11 @@ requires: package.name == 'bluez' and package.version >= '5.37' estimated_duration: 30.0 command: bt_connect --keyboard -_description: - PURPOSE: +_purpose: This test will check that you can use a HID Over GATT Profile (HOGP) with your Bluetooth Smart keyboard. - STEPS: +_steps: 1. Enable a Bluetooth Smart keyboard, and put it into paring mode. 2. Commence the test to do the auto-pairing, you will be asked to select targeting keyboard from the list. 3. After it's paired and connected, enter some text with your keyboard and close the small input test tool. - VERIFICATION: +_verification: Did the Bluetooth Smart keyboard work as expected? |