init plans for splix

This commit is contained in:
psklenar@redhat.com 2024-06-05 14:16:59 +02:00
commit 02304714aa
4 changed files with 46 additions and 0 deletions

1
.fmf/version Normal file
View file

@ -0,0 +1 @@
1

5
plans/all.fmf Normal file
View file

@ -0,0 +1,5 @@
summary: Run all tests
discover:
how: fmf
execute:
how: tmt

20
plans/others.fmf Normal file
View file

@ -0,0 +1,20 @@
/public:
summary: Public other tests
discover:
how: fmf
filter: 'tier: -1 & tag: -multihost'
url: "https://src.fedoraproject.org/tests/splix.git"
execute:
how: tmt
/internal:
summary: Internal other tests
discover:
how: fmf
filter: 'tier: -1 & tag: -multihost'
url: git://pkgs.devel.redhat.com/tests/splix
adjust:
enabled: false
when: distro == centos-stream or distro == fedora
execute:
how: tmt

20
plans/tier1.fmf Normal file
View file

@ -0,0 +1,20 @@
/public:
summary: Public Tier1 tests
discover:
how: fmf
filter: 'tier: 1'
url: "https://src.fedoraproject.org/tests/splix.git"
execute:
how: tmt
/internal:
summary: Internal Tier1 tests
discover:
how: fmf
filter: 'tier: 1'
url: git://pkgs.devel.redhat.com/tests/splix
adjust:
enabled: false
when: distro == centos-stream or distro == fedora
execute:
how: tmt