Enable gating test on RHEL9

Resolves: rhbz#1989374

Signed-off-by: Jianwen Ji <jiji@redhat.com>
This commit is contained in:
Jianwen Ji 2021-08-03 12:52:08 +08:00
parent 9e4e3c22e6
commit 6467335a27
2 changed files with 20 additions and 0 deletions

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}

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