summaryrefslogtreecommitdiff
path: root/android/bionic_libc_tests.yaml
blob: 82adcaec9a5381ba6809b87ec0a89be8df9062fc (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: bionic_libc_tests
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Run the bionic libc test, but this will be replaced with the cts test after the migration"
    maintainer:
        - yongqin.liu@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - wg

run:
    steps:
        - /system/bin/run-bionic-tests.sh

parse:
    pattern: "(?P<test_case_id>.*-*)\\s+:\\s+(?P<result>(PASS|FAIL))"
    fixupdict:
        PASS: pass
        FAIL: fail