diff options
-rw-r--r-- | units/audio/jobs.pxu | 3 | ||||
-rw-r--r-- | units/bluetooth/jobs.pxu | 12 | ||||
-rw-r--r-- | units/bluetooth/test-plan.pxu | 2 |
3 files changed, 12 insertions, 5 deletions
diff --git a/units/audio/jobs.pxu b/units/audio/jobs.pxu index 98ab87d..a661833 100644 --- a/units/audio/jobs.pxu +++ b/units/audio/jobs.pxu @@ -391,6 +391,8 @@ plugin: manual category_id: com.canonical.plainbox::audio id: audio/external-lineout estimated_duration: 30.0 +requires: + dmi.product in ['Desktop','Low Profile Desktop','Tower','Mini Tower','Space-saving','All In One','All-In-One','AIO'] _description: PURPOSE: Check that external line out connection works correctly @@ -407,6 +409,7 @@ category_id: com.canonical.plainbox::audio id: audio/external-linein estimated_duration: 120.0 requires: + dmi.product in ['Desktop','Low Profile Desktop','Tower','Mini Tower','Space-saving','All In One','All-In-One','AIO'] device.category == 'AUDIO' package.name == 'alsa-base' package.name == 'pulseaudio-utils' 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 |