Enable gating test on RHEL9
Resolves: rhbz#1973503 Signed-off-by: Jianwen Ji <jiji@redhat.com>
This commit is contained in:
parent
39d682c935
commit
a046880190
6
gating.yaml
Normal file
6
gating.yaml
Normal 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}
|
11
tests/tests.yml
Normal file
11
tests/tests.yml
Normal file
@ -0,0 +1,11 @@
|
||||
# Tests for plotnetcfg
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
required_packages:
|
||||
- jq
|
||||
tests:
|
||||
- sanity-test:
|
||||
run: plotnetcfg && plotnetcfg -f json | jq
|
Loading…
Reference in New Issue
Block a user