02c54012bd
In order to install build dependencies, call dnf builddep from runtest.sh git is required by standard-test-source as the spec file uses %autosetup -S git_am in the %prep phase. magtests.py file is included in the source code that gets extracted from the src rpm, no need to include it directly. Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
28 lines
559 B
YAML
28 lines
559 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
required_packages:
|
|
- git
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- gcc
|
|
- libfaketime
|
|
- krb5-devel
|
|
- krb5-pkinit
|
|
- krb5-server
|
|
- krb5-workstation
|
|
- mod_auth_gssapi # wut
|
|
- mod_session
|
|
- nss_wrapper
|
|
- python3-requests-gssapi
|
|
- python3-virtualenv
|
|
- socket_wrapper
|
|
tests:
|
|
- driver
|