initial gating tests for rhel10

JIRA: https://issues.redhat.com/browse/RHELMISC-3943

Signed-off-by: Jianwen Ji <jiji@redhat.com>
This commit is contained in:
Jianwen Ji 2024-05-15 19:09:09 +08:00
parent c0c864178f
commit 0e82e537bb
2 changed files with 20 additions and 0 deletions

6
gating.yaml Normal file
View File

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

14
tests/tests.yml Normal file
View File

@ -0,0 +1,14 @@
# Tests for libkeepalive
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- gcc
- make
tests:
- keepalive-test:
dir: ./source
run: make test