96b3ab176c
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gettext#26b1c1422c9c81b394cad698179548d54c197703
17 lines
342 B
YAML
17 lines
342 B
YAML
---
|
|
# Tests run on Atomic, Classic and Container
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
- container
|
|
repositories:
|
|
- repo: "https://src.fedoraproject.org/tests/gettext.git"
|
|
dest: "gettext"
|
|
tests:
|
|
- gettext/gettext-tests
|
|
required_packages:
|
|
- gettext
|