summaryrefslogtreecommitdiff
path: root/openembedded/rt-hackbench.yaml
blob: 0e4865d742d188a6c3aae5c07314e49d1194cc1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
metadata:
    name: rt-hackbench
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Hackbench Real Time Suite"

run:
    steps:
        - while true; do dd if=/dev/zero of=bigfile bs=1024000 count=1024; done &
        - while true; do killall hackbench; sleep 5; done &
        - while true; do hackbench 20; done &

parse:
    pattern: "^(Time:[\\w/\\.]+):\\s+(?P<message>.+)\\.\\.\\.\\s+(?P<result>\\w+)"