Enable RHEL CI for c9s

This commit is contained in:
aprikryl 2025-02-06 16:04:02 +01:00
parent 9c6a8bee13
commit 5c2e1deed7
2 changed files with 18 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

17
ci_tests.fmf Normal file
View File

@ -0,0 +1,17 @@
/e2e:
plan:
import:
url: https://github.com/RedHat-SP-Security/rsyslog-plans.git
name: /generic/e2e_ci
/rpmverify:
summary: rpmverify test
execute:
how: tmt
discover:
- name: test
how: shell
tests:
- name: rpmverify
test: 'rpmverify $(rpm -qa | grep librdkafka)'
duration: 2m