Add CI tests using the standard test interface
This commit is contained in:
parent
3f0eb2ac03
commit
25c66aad7e
16
tests/tests.yml
Normal file
16
tests/tests.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user