The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/groff#b62f50be6625b8291520f9278ff364bd128eb174
16 lines
350 B
YAML
16 lines
350 B
YAML
---
|
|
# Tests that run in all contexts
|
|
- hosts: localhost
|
|
vars:
|
|
use_beakerlib_libraries: false
|
|
roles:
|
|
- role: standard-test-rhts
|
|
tags:
|
|
- classic
|
|
- container
|
|
tests:
|
|
- unicode-segfault
|
|
required_packages:
|
|
- findutils # beakerlib needs find command
|
|
- gzip # required by unicode-segafault test
|