Adding .fmf file to enable testing via tmt

This commit is contained in:
Michal Ruprich 2020-10-29 10:31:05 +01:00
parent b1415fc448
commit 5b5e925d4f
2 changed files with 14 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

13
ci.fmf Normal file
View File

@ -0,0 +1,13 @@
/test:
summary:
CI plan, picks Tier1 tests, runs in beakerlib.
description:
This special plan has to be named ci.fmf to run in CI.
It selects test which have 'tier 1' in their main.fmf file
discover:
- name: tier1
how: fmf
filter: 'tier: 1'
repository: "https://src.fedoraproject.org/tests/ftp.git"
execute:
how: beakerlib