summaryrefslogtreecommitdiff
path: root/ubuntu/openssl-bsaes.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/openssl-bsaes.yaml')
-rw-r--r--ubuntu/openssl-bsaes.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/ubuntu/openssl-bsaes.yaml b/ubuntu/openssl-bsaes.yaml
new file mode 100644
index 0000000..7307a78
--- /dev/null
+++ b/ubuntu/openssl-bsaes.yaml
@@ -0,0 +1,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))"