summaryrefslogtreecommitdiff
path: root/ubuntu/openssl.yaml
blob: 7718bc0dbce19217a9abb3831be2278036c88e30 (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
metadata:
    name: openssl
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test case that measures openssl speed benchmark"
    maintainer:
        - amit.khare@linaro.org
    os:
        - ubuntu
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - highbank
        - arndale
        - origen
        - vexpress 
    scope:
        - performance
run:
    steps:
        - 'cd ubuntu/scripts'
        - './openssl.sh'
        - lava-test-run-attach openssl-result.txt text/plain
parse:
    pattern: "^(?P<test_case_id>\\S+):\\s+(?P<measurement>\\d+)\\s+(?P<units>\\S+)\\s+(?P<result>.*)"