summaryrefslogtreecommitdiff
path: root/manual/generic/linux/bluetooth-scan.yaml
blob: 1564f4c9ddeb0e8c204988acd2722ee88f1fc451 (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: linux-bluetooth-scan
    format: "Manual Test Definition 1.0"
    description: "Test if Bluetooth scan, pairing and file transfer works."
    maintainer:
        - amit.khare@linaro.org
    os:
        - ubuntu
        - openembedded
    scope:
        - functional
    devices:
        - hi6220-hikey
        - apq8016-sbc
    environment:
        - manual-test

run:
    steps:
        - Boot the board to console
        - Make sure at least one BT device is available in the radio range and in discoverable mode.
        - "$ sudo su"
        - "# bluetoothctl -a"
        - "[bluetooth]# pairable on"
        - "[bluetooth]# scan on"
        - "[bluetooth]# quit"
    expected:
        - Scanning works and device MAC addresses are displayed
        - No kernel errors crashes occur