diff options
author | PMR <pmr@pmr-lander> | 2019-07-26 10:10:48 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2019-07-26 10:10:48 +0000 |
commit | f8119c41ec8f9fa7eee504da92d48865cdd9cdc2 (patch) | |
tree | 4aca40fa3bf165ad2857148711fdd78912468a6b /units | |
parent | 47519cf5d86e38f2403fea500ee42d88448ad226 (diff) | |
parent | 21a7467ec3e8aca9a7d3fae27bcae838b6f2cde8 (diff) |
Merge #370350 from ~bettyl/plainbox-provider-checkbox:modify-bluetooth-file-transfer
LP: #1837163, #1837164
Diffstat (limited to 'units')
-rw-r--r-- | units/bluetooth/jobs.pxu | 12 | ||||
-rw-r--r-- | units/bluetooth/test-plan.pxu | 2 |
2 files changed, 9 insertions, 5 deletions
diff --git a/units/bluetooth/jobs.pxu b/units/bluetooth/jobs.pxu index f40a6e0..6160e76 100644 --- a/units/bluetooth/jobs.pxu +++ b/units/bluetooth/jobs.pxu @@ -82,11 +82,15 @@ _description: PURPOSE: This test will check that you can transfer information through a bluetooth connection STEPS: - 1. Make sure that you're able to browse the files in your mobile device - 2. Copy a file from the computer to the mobile device - 3. Copy a file from the mobile device to the computer + 1. Enable bluetooth on a target device (e.g. another laptop) and DUT (device under test) + 2. Launch bluetooth settings from menu bar + 3. Select target device from Device options for connection establishing + 4. Confirm PIN code on both DUT and target device + 5. Target device is connected + 7. Click target device in device list + 8. Click 'Send Files...' and choose a file to send in DUT VERIFICATION: - Were all files copied correctly? + Were file sent to target device ~/Downloads folder correctly? plugin: user-interact-verify category_id: com.canonical.plainbox::bluetooth diff --git a/units/bluetooth/test-plan.pxu b/units/bluetooth/test-plan.pxu index 4e48f0d..2b1819b 100644 --- a/units/bluetooth/test-plan.pxu +++ b/units/bluetooth/test-plan.pxu @@ -17,7 +17,7 @@ include: bluetooth/audio-a2dp certification-status=blocker bluetooth4/HOGP-mouse certification-status=blocker bluetooth4/HOGP-keyboard certification-status=blocker - + bluetooth/file-transfer certification-status=non-blocker id: bluetooth-cert-automated unit: test plan |