summaryrefslogtreecommitdiff
path: root/ubuntu/bluetooth-enablement.yaml
blob: 45f069c1b8f4a64626c91e91005077237a2fcb18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
metadata:
    name: bluetooth-enablement
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test bluetooth enablement"
    os:
        - ubuntu
    scope:
        - functional
    devices:

install:
    deps:
        - bluez
    git-repos:
        - http://git.linaro.org/git-ro/qa/test-definitions.git

run:
    steps:
        - "cd ubuntu/scripts; sudo bash -x ./bluetooth-enablement-test.sh"

parse:
    pattern: "(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"