summaryrefslogtreecommitdiff
path: root/ubuntu/openssl.yaml
blob: 58603399e8772ffcbc3c014be84f330a7cabd748 (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
metadata:
    name: openssl
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test case that measures openssl speed benchmark"
    maintainer:
        - Amit Khare <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'
parse:
    pattern: "^(?P<test_case_id>\\S+):\\s+(?P<measurement>\\d+)\\s+(?P<units>\\S+)\\s+(?P<result>.*)"