summaryrefslogtreecommitdiff
path: root/automated/linux/signaltest/signaltest.yaml
blob: 9569a4785003b0d99ab212d41d0c90f7556dae23 (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
31
32
33
34
35
36
37
38
39
40
metadata:
    name: signaltest
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "signaltest is a RT signal roundtrip test software."

    maintainer:
        - chase.qi@linaro.org
    os:
        - debian
        - ubuntu
        - fedora
        - centos
        - openembedded
    scope:
        - performance
        - preempt-rt
    environment:
        - lava-test-shell
    devices:
        - hi6220-hikey
        - apq8016-sbc
        - mustang
        - moonshot
        - thunderX
        - d03
        - d05

params:
    # Priority of highest prio thread.
    PRIORITY: "99"
    # Number of threads.
    THREADS: "2"
    # Number of loops.
    LOOPS: "100000"

run:
    steps:
        - cd ./automated/linux/signaltest
        - ./signaltest.sh -p "${PRIORITY}" -t "${THREADS}" -l "${LOOPS}"
        - ../../utils/send-to-lava.sh ./output/result.txt