added .fmf metadata for tmt testing

This commit is contained in:
Ondrej Dubaj 2020-03-09 17:10:30 +01:00
parent 29b1706544
commit 438b76307b
3 changed files with 29 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

14
ci.fmf Normal file
View File

@ -0,0 +1,14 @@
/test:
summary:
Basic set of quick tests for cpio.
discover:
- name: fedora
how: fmf
filter: "tag: Tier1,Tier2,Tier3 & distros: fedora"
repository: "https://src.fedoraproject.org/forks/odubaj/tests/cpio.git"
prepare:
how: ansible
playbooks:
ci/fedora-rawhide.yml
execute:
how: beakerlib

14
ci/fedora-rawhide.yaml Normal file
View File

@ -0,0 +1,14 @@
---
# vim: sw=2 ts=2 et
- hosts: localhost
tasks:
- name: Install necessary test dependencies for fedora-rawhide
dnf:
state: present
name:
- coreutils
- systemd
- systemd-container
- util-linux