From 5c80fc077d9ec5c1663135489ff1e6e779deef74 Mon Sep 17 00:00:00 2001 From: sturivny Date: Wed, 13 Jun 2018 17:05:16 +0300 Subject: [PATCH] Add CI tests using the standard test interface --- tests/tests.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..76f7cf1 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,20 @@ +--- + +# This first play always runs on the local staging system +- hosts: localhost + roles: + - role: standard-test-beakerlib + tags: + - classic + - container + + repositories: + - repo: https://src.fedoraproject.org/tests/cpio.git + dest: "cpio" + + tests: + - cpio/sanity-test-create-extract + + required_packages: + - findutils # sanity-test-create-extract needs find command + - cpio # sanity-test-create-extract needs cpio command