summaryrefslogtreecommitdiff
path: root/automated/android/optee/optee-xtest.yaml
blob: bdf32da1d13c011a83d73c1e96182b6223f835bc (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
30
metadata:
    name: optee-xtest
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "OP-TEE sanity test suite"
    maintainer:
        - chase.qi@linaro.org
    os:
        - android
    scope:
        - functional
        - performance
    devices:
        - hi6220-hikey
        - juno

params:
    # Test suite level: [0-15]
    LEVEL: "0"
    # Available test suite: regression, benchmark
    TEST_SUITE: "regression"
    # Specify device serial no. when more than one device connected.
    ANDROID_SERIAL: ""
    # Specify timeout in seconds for wait_boot_completed
    BOOT_TIMEOUT: "300"

run:
    steps:
        - cd ./automated/android/optee
        - ./optee-xtest.sh -l "${LEVEL}" -T "${TEST_SUITE}" -s "${ANDROID_SERIAL}" -t "${BOOT_TIMEOUT}"
        - ../../utils/send-to-lava.sh ./output/result.txt