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:
parent
c0c864178f
commit
0e82e537bb
6
gating.yaml
Normal file
6
gating.yaml
Normal 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
14
tests/tests.yml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user