Add gating test

Resolves: rhbz#1980994
This commit is contained in:
Christian Heimes 2021-07-27 11:08:09 +02:00
parent e70215a02b
commit a5e5f9c5a0
2 changed files with 26 additions and 0 deletions

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
# recipients: abokovoy, frenaud, kaleem, ftrivino, cheimes
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

19
tests/tests.yml Normal file
View File

@ -0,0 +1,19 @@
---
#
# 1minutetip --buildroot rhel9
#
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- python3-setuptools-rust
tests:
# build tomlgen example (requires downloads from crates.io)
- example-tomlgen:
dir: "source/examples/tomlgen"
run: python3 setup.py build