summaryrefslogtreecommitdiff
path: root/openssl-bsaes.yaml
blob: 7307a7841d9555d7f07407a7252f68643c1da7e3 (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
metadata:
  name: openssl-bsaes
  format: "Lava-Test-Shell Test Definition 1.0"
  description: "Test to verify correctness of the NEON bit sliced AES code in OpenSSL"

install:
    deps:
        - bsdmainutils

run:
    steps:
        - pwd
        - find . -type f -name 'openssl-bsaes.sh'
        - scripts/openssl-bsaes.sh 128 ctr
        - scripts/openssl-bsaes.sh 192 ctr
        - scripts/openssl-bsaes.sh 256 ctr
        - scripts/openssl-bsaes.sh 128 cbc
        - scripts/openssl-bsaes.sh 192 cbc
        - scripts/openssl-bsaes.sh 256 cbc
        - scripts/openssl-bsaes.sh 128 xts
        - scripts/openssl-bsaes.sh 256 xts

parse:
    pattern: "(?P<test_case_id>.*-*):\\s+(?P<result>(pass|fail))"