Switch gating to tmt

Resolves: RHEL-43240
This commit is contained in:
Milan Lysonek 2024-08-07 12:20:15 +02:00
parent 5977ea3a78
commit 15557ae7cb
4 changed files with 19 additions and 4 deletions

1
ci.fmf Normal file
View File

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

View File

@ -3,6 +3,5 @@ product_versions:
- rhel-8 - rhel-8
decision_context: osci_compose_gate decision_context: osci_compose_gate
rules: rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/default-hw-tier1.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.ci-beaker.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/custom-hw-tier1.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}

View File

@ -1,6 +1,6 @@
Name: openscap Name: openscap
Version: 1.3.10 Version: 1.3.10
Release: 2%{?dist} Release: 3%{?dist}
Summary: Set of open source libraries enabling integration of the SCAP line of standards Summary: Set of open source libraries enabling integration of the SCAP line of standards
Group: System Environment/Libraries Group: System Environment/Libraries
License: LGPLv2+ License: LGPLv2+
@ -216,6 +216,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/oscap-run-sce-script %{_bindir}/oscap-run-sce-script
%changelog %changelog
* Wed Aug 07 2024 Milan Lysonek <mlysonek@redhat.com> - 1.3.10-3
- Switch gating to tmt plan (RHEL-43240)
* Mon Apr 08 2024 Jan Černý <jcerny@redhat.com> - 1.3.10-2 * Mon Apr 08 2024 Jan Černý <jcerny@redhat.com> - 1.3.10-2
- Explicitely disable dpkginfo probe - Explicitely disable dpkginfo probe

12
plans/ci.fmf Normal file
View File

@ -0,0 +1,12 @@
summary: CI test plan
/default-hw-tier1:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/openscap
name: /plans/gating/default-hw-tier1
/custom-hw-tier1:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/openscap
name: /plans/gating/custom-hw-tier1