Add initial gating test

Only add an initial basic functionnal test as this package is tested in
upstream and downstream CI.

Resolves: rhbz#2013681
This commit is contained in:
Timothée Ravier 2022-02-23 11:08:54 +01:00
parent 013247fa75
commit b20ee0d608
2 changed files with 15 additions and 0 deletions

6
gating.yaml Normal file
View 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} # this is the testcase identifier, which OSCI pipeline uses

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: "butane --help"