Add CI tests using the standard test interface

This commit is contained in:
Bruno Goncalves 2017-10-27 10:36:59 +02:00
parent 3f0eb2ac03
commit 25c66aad7e
1 changed files with 16 additions and 0 deletions

16
tests/tests.yml Normal file
View 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