added .fmf metadata for tmt testing
This commit is contained in:
parent
29b1706544
commit
438b76307b
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
14
ci.fmf
Normal file
14
ci.fmf
Normal 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
14
ci/fedora-rawhide.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user