From 2358dea61cbccf69b28db238448f0b79a6b866fc Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 1 Feb 2019 17:01:36 +0100 Subject: [PATCH] tests: add (remote) fmf CI testsuite --- tests/tests.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..d1b65f9 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,10 @@ +# This package uses external repositories for maintaining CI test cases. +# Please don't edit this file if possible. + +- hosts: localhost + roles: + - role: standard-test-beakerlib + repositories: + - repo: https://src.fedoraproject.org/tests/tar.git + dest: tar + fmf_filter: "tier: 1, 2"