35c094b5df
This reverts commit 2b1ba2ed02
.
https://pagure.io/releng/issue/8596
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
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
|