tss2/tests/tests.yml
Štěpán Horáček e7b22771fd Add gating tests
Resolves: RHEL-54174

Signed-off-by: Štěpán Horáček <shoracek@redhat.com>
2024-10-14 17:51:56 +02:00

23 lines
345 B
YAML

- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
required_packages:
- gcc
- make
- wget
- openssl
- openssl-devel
- sed
- tss2
- git
tests:
- ibm-tss2:
dir: .
run: ./runtest.sh
timeout: 30m