summaryrefslogtreecommitdiff
path: root/manual/generic/linux/bluetooth-file-transfer-ui.yaml
blob: cd07f606e8c5186b19a8d590647356210378f11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
metadata:
    name: bluetooth-file-transfer-ui
    format: "Manual Test Definition 1.0"
    description: "Test Bluetooth file transfer on Debian."
    maintainer:
        - amit.khare@linaro.org
    os:
        - debian
    scope:
        - functional
    devices:
        - hi6220-hikey
        - apq8016-sbc
    environment:
        - manual-test

run:
    steps:
        - Flash any UI enabled Xfce based build, power on the board until boot up successfully.
        - Make sure mouse is connected to the board.
        - Make sure some bluetooth device (laptop, phone, tablet) is turned on, within the range and supports BT FTP profile.
        - Click the BT icon, turn on bluetooth and select "send files to device" option.
        - Select the device to transfer file to and click ok (some devices need to be paired before sending files).
        - Select the file to transfer and click send.
        - The receiving device has to accept incoming file transfer.

    expected:
        - Bluetooth file transfer can be performed successfully.
        - No kernel or driver crash occurs.