gdbm/tests/tests.yml
Petr Šabata 574001967a RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/gdbm#0991af576fb297f1f93c5999cc1dd3d646604041
2020-10-15 00:46:54 +02:00

19 lines
605 B
YAML

---
# Tests that run in classic and container contexts
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
- container
tests:
- testsuite
required_packages:
- gcc # testsuite needs this package
- gettext # testsuite needs this package
- libtool # testsuite needs this package
- make # testsuite needs this package
- readline-devel # testsuite needs this package
- rpm-build # testsuite needs this package
- wget # rlFetchSrcForInstalled needs this package