Add CI tests using the standard test interface

This commit is contained in:
sturivny 2018-06-13 17:05:16 +03:00 committed by Pavel Raiskup
parent 3f25e1cb19
commit 5c80fc077d

20
tests/tests.yml Normal file
View File

@ -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