Add missing gating.yaml and basic tests.yml for c10s
Resolves: RHEL-56097 Signed-off-by: Yash Mankad <ymankad@redhat.com>
This commit is contained in:
parent
32e1c6ca61
commit
e98e52fc74
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 }
|
9
tests/tests.yml
Normal file
9
tests/tests.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: .
|
||||||
|
run: "mdevctl --help"
|
Loading…
Reference in New Issue
Block a user