summaryrefslogtreecommitdiff
path: root/ubuntu/openssl.yaml
blob: 1ddc088b6c1cfd99c6dd6e6c4767c43106b95d9a (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
metadata:
    name: openssl
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "OpenSSL is an open source tool for using the Secure Socket Layer (SSL) and
                  Transport Layer Security (TLS) protocols for Web authentication and offers
                  cryptographic functions to support SSL/TLS protocols. This test case measures
                  openssl speed benchmark using md5, sha1, sha256 and sha512 as parameters."
    maintainer:
        - amit.khare@linaro.org
    os:
        - ubuntu
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - highbank
        - arndale
        - origen
        - vexpress
        - juno
    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>.*)"