summaryrefslogtreecommitdiff
path: root/android/gtest.yaml
blob: 2f152b0face86c367d1f7e7c3d62fc33d6d249e5 (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
metadata:
    name: gtest
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Run gtest based tests on Android"
    maintainer:
        - chase.qi@linaro.org
        - milosz.wasilewski@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - juno
        - vexpress-a9
        - vexpress-tc2
        - ifc6410

params:
    # Use absolute path and modify the TESTS parameter in test plan to run other or 64bit test programs.
    TESTS: '/data/nativetest/ion-unit-tests/ion-unit-tests /data/nativetest/backtrace_test/backtrace_test'
    # Change the value of LOOPS parameter in test plan to run test program multiple times.
    LOOPS: 1

run:
    steps:
        - ./android/scripts/gtest.sh "$TESTS" $LOOPS