Simplify the tmt plan a bit

Remove the unnecessary `/test` key hierarchy.
The plan name does not have to be `ci.fmf`.
Execute method `beakerlib` has been deprecated.

See the tmt guide for more details:
https://tmt.readthedocs.io/en/latest/guide.html#plans
This commit is contained in:
Petr Šplíchal 2021-09-29 19:36:44 +02:00
parent a1f257c744
commit 4740e883be

24
ci.fmf
View File

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