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:
Yash Mankad 2024-08-26 17:32:40 -04:00
parent 32e1c6ca61
commit e98e52fc74
2 changed files with 15 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 }

9
tests/tests.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: "mdevctl --help"