Enable firewalld gating

This commit is contained in:
jpeska 2024-08-15 11:42:53 +02:00
parent bbae99e926
commit 02e7be1d35
6 changed files with 37 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
ci.fmf Normal file
View File

@ -0,0 +1 @@
resultsdb-testcase: separate

View File

@ -1,3 +1,4 @@
# Gating rhel
--- !Policy
product_versions:
- rhel-9
@ -6,4 +7,5 @@ rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating-heavy.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.destructive.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
# - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

12
plans/tier1-internal.fmf Normal file
View File

@ -0,0 +1,12 @@
summary: Internal Tier1 beakerlib tests
discover:
how: fmf
url: git://pkgs.devel.redhat.com/tests/firewalld
filter: 'tier: 1'
execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream-9
provision:
how: beaker

9
plans/tier1-public.fmf Normal file
View File

@ -0,0 +1,9 @@
summary: Public (Fedora) Tier1 beakerlib tests
discover:
how: fmf
url: https://src.fedoraproject.org/tests/firewalld.git
filter: 'tier: 1'
execute:
how: tmt
provision:
how: beaker

12
plans/tier2-internal.fmf Normal file
View File

@ -0,0 +1,12 @@
summary: Internal Tier2 beakerlib tests
discover:
how: fmf
url: git://pkgs.devel.redhat.com/tests/firewalld
filter: 'tier: 2'
execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream-9
provision:
how: beaker