Skip to content
Snippets Groups Projects
Commit 1b3cbe3d authored by Andre Moreira Magalhaes's avatar Andre Moreira Magalhaes Committed by Walter Lozano
Browse files

Add OpenSSL testcases

parent 770e13ad
No related branches found
No related tags found
1 merge request!518Backport v2024dev1 <- v2024dev2: Sync changes
Pipeline #507747 passed
metadata:
name: openssl
format: "Apertis Test Definition 1.0"
image-types:
fixedfunction: [ armhf, arm64, amd64 ]
hmi: [ armhf, amd64 ]
basesdk: [ amd64 ]
sdk: [ amd64 ]
image-deployment:
- APT
- OSTree
group: "common"
type: functional
exec-type: automated
priority: medium
maintainer: "Apertis Project"
description: "Run the OpenSSL tests."
expected:
- "The output should be similar to this:"
- |
>>>> # Test setup successfully!
>>> # Running test '/home/user/openssl/amd64/bin/certificate-openssl' ...
>>> /home/user/openssl/amd64/bin/certificate-openssl: pass
>>> # Running test '/home/user/openssl/amd64/bin/connection-openssl' ...
>>> /home/user/openssl/amd64/bin/connection-openssl: pass
>>> # Running test '/home/user/openssl/amd64/bin/file-database-openssl' ...
>>> /home/user/openssl/amd64/bin/file-database-openssl: pass
>>> # All tests PASSED successfully!
- "If any test failed, they will be listed instead of the success message:"
- |
>>>> The following tests FAILED:
[list of tests]
install:
git-repos:
- url: https://gitlab.apertis.org/tests/openssl.git
branch: 'apertis/v2024dev2'
run:
steps:
- "# Enter test directory:"
- cd openssl
- "# Execute the following command:"
- common/run-test-in-systemd --name=openssl --timeout=900 ./run-test.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment