574001967a
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gdbm#0991af576fb297f1f93c5999cc1dd3d646604041
19 lines
605 B
YAML
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
|