Related: #2047338 - enable gating in OSCI

This commit is contained in:
Kamil Dudka 2022-02-10 17:44:04 +01:00
parent 2c4f1ec4fb
commit 7881d3ed46
3 changed files with 26 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

19
plans/tests.fmf Normal file
View File

@ -0,0 +1,19 @@
summary:
Run tests from the libpsl repository
discover:
how: fmf
url: git://pkgs.devel.redhat.com/rpms/libpsl
ref: rhel-8.6.0
prepare:
- name: data
how: install
package: publicsuffix-list
- name: bin
how: shell
script: dnf install -y --enablerepo=rhel-buildroot psl
execute:
how: tmt