From 25c66aad7eaee9961e6be62ab464e38a47737877 Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Fri, 27 Oct 2017 10:36:59 +0200 Subject: [PATCH] Add CI tests using the standard test interface --- tests/tests.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..54627ef --- /dev/null +++ b/tests/tests.yml @@ -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