bind9.16 added

This commit is contained in:
psklenar@redhat.com 2024-12-16 13:47:08 +01:00
commit 816a9160a1
3 changed files with 82 additions and 0 deletions

28
plans/bind9.16/others.fmf Normal file
View file

@ -0,0 +1,28 @@
environment+:
PACKAGE: bind9.16
/public:
summary: Public other tests
discover:
how: fmf
filter: 'tier: -1 & tier: -2 & tier: -3 & tag: -multihost & tag: -library'
url: "https://src.fedoraproject.org/tests/bind.git"
execute:
how: tmt
context:
component: bind9.16
/internal:
summary: Internal other tests
discover:
how: fmf
filter: 'tier: -1 & tier: -2 & tier: -3 & tag: -multihost & tag: -library'
url: git://pkgs.devel.redhat.com/tests/bind
adjust:
enabled: false
when: distro == centos-stream or distro == fedora
execute:
how: tmt
context:
component: bind9.16

27
plans/bind9.16/tier1.fmf Normal file
View file

@ -0,0 +1,27 @@
environment+:
PACKAGE: bind9.16
/public:
summary: Public Tier1 tests
discover:
how: fmf
filter: 'tier: 1 & tag: -library'
url: "https://src.fedoraproject.org/tests/bind.git"
execute:
how: tmt
context:
component: bind9.16
/internal:
summary: Internal Tier1 tests
discover:
how: fmf
filter: 'tier: 1 & tag: -library'
url: git://pkgs.devel.redhat.com/tests/bind
adjust:
enabled: false
when: distro == centos-stream or distro == fedora
execute:
how: tmt
context:
component: bind9.16

View file

@ -0,0 +1,27 @@
environment+:
PACKAGE: bind9.16
/public:
summary: Public Tier2 and Tier3 tests
discover:
how: fmf
filter: 'tier: 2 & tag: -library | tier: 3 & tag: -library'
url: "https://src.fedoraproject.org/tests/bind.git"
execute:
how: tmt
context:
component: bind9.16
/internal:
summary: Internal Tier2 and Tier3 tests
discover:
how: fmf
filter: 'tier: 2 & tag: -library | tier: 3 & tag: -library'
url: git://pkgs.devel.redhat.com/tests/bind
adjust:
enabled: false
when: distro == centos-stream or distro == fedora
execute:
how: tmt
context:
component: bind9.16