tss2/tests/tests.yml
Štěpán Horáček d56bd7eab9 Use tests from build
Previously the tests were cloned from the upstream repo, where they also
contain tests for SHA-1. After restricting SHA-1, these tests cannot
succeed. Use updated tests from patches instead.

Resolves: rhbz#2060768

Signed-off-by: Štěpán Horáček <shoracek@redhat.com>
2022-06-29 19:50:33 +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