summaryrefslogtreecommitdiff
path: root/common/iks-smoke-test.yaml
blob: 57910681914d8c5b4174a9d1fd684a99a4ca59ac (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:
    format: "Lava-Test Test Definition 1.0"
    name: iks-smoke-test
    description: "IKS-smoke-test
        This test is to enable and disable big.LITTLE IKS switcher 100 times"
    maintainer:
        - naresh.kamboju@linaro.org
    os:
        - android
        - ubuntu
    scope:
        - functional
    devices:
        - vexpress-tc2
    environment:
        - lava-test-shell
    timeout: 1800

run:
    steps:
        - './common/scripts/iks-smoke-test.sh'

parse:
    pattern: "^(?P<test_case_id>[a-zA-Z0-9_ \\-]+):\\s+(?P<result>PASS|FAIL|SKIP)"