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

16
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:
This special plan has to be named ci.fmf to run in CI. It selects tests which have 'tier 1' in their main.fmf file.
It selects test which have 'tier 1' in their main.fmf file discover:
discover:
- name: tier1 - name: tier1
how: fmf how: fmf
filter: 'tier: 1' filter: 'tier: 1'
url: "https://src.fedoraproject.org/tests/ftp.git" url: https://src.fedoraproject.org/tests/ftp.git
execute: execute:
how: beakerlib how: tmt