Add gating.yaml and smoke test

[skip changelog]
This commit is contained in:
Link Dupont 2024-07-09 13:23:47 -04:00
parent 3e47ae281d
commit 98aa663f8d
4 changed files with 15 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

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}

5
plans/main.fmf Normal file
View File

@ -0,0 +1,5 @@
summary: Basic smoke test
discover:
how: fmf
execute:
how: tmt

3
tests/smoke/main.fmf Normal file
View File

@ -0,0 +1,3 @@
summary: Run yggdrasil-worker-package-manager --help
test: /usr/libexec/yggdrasil-worker-package-manager --help
duration: 5m