c10s: Add gating.yaml and basic tests.yml for dtc

Resolves: RHEL-32187

Signed-off-by: Yash Mankad <ymankad@redhat.com>
This commit is contained in:
Yash Mankad 2024-08-01 11:21:20 -04:00
parent ef4e419130
commit 11cf01bd63
2 changed files with 18 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 }

12
tests/tests.yml Normal file
View File

@ -0,0 +1,12 @@
- hosts: localhost
remote_user: root
tags:
- classic
roles:
- role: standard-test-basic
tests:
- simple:
dir: .
run: "/usr/bin/dtc --version"
required_packages:
- dtc