summaryrefslogtreecommitdiff
path: root/android/optee-xtest.yaml
blob: 0dce7daadd4f826aa880c189f41790c0c708bfde (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
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"

run:
    steps:
        - './android/scripts/optee-xtest.sh ${LEVEL} ${TEST_SUITE}'