d56bd7eab9
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>
23 lines
345 B
YAML
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
|