5780a84194
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/guile#0db5bc188ea9bb8566250893b43723222d636e0e
26 lines
788 B
YAML
26 lines
788 B
YAML
---
|
|
# Tests to run in a classic and container environments
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- container
|
|
tests:
|
|
- smoke
|
|
- upstream
|
|
required_packages:
|
|
- guile
|
|
- findutils # beakerlib needs find command
|
|
- gettext-devel # upstream needs it
|
|
- gmp-devel # upstream needs it
|
|
- libtool # upstream needs it
|
|
- libtool-ltdl-devel # upstream needs it
|
|
- readline-devel # upstream needs it
|
|
- rpm-build # upstream needs it
|
|
- libunistring-devel # upstream needs it
|
|
- libffi-devel # upstream needs it
|
|
- gc-devel # upstream needs it
|
|
- wget # rlFetchSrcForInstalled needs it
|
|
|