Adding gating tests

Signed-off-by: spetrovi <spetrovi@redhat.com>
This commit is contained in:
spetrovi 2024-10-22 09:29:11 +02:00 committed by Samuel Petrovič
parent 96f4ae35db
commit fb0edb6450
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
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
# This is the same test run by the 'test' target in the upstream Makefile
run: "fio --minimal --thread --exitall_on_error --runtime=1s --name=nulltest --ioengine=null --rw=randrw --iodepth=2 --norandommap --random_generator=tausworthe64 --size=16T --name=verifyfstest --filename=fiotestfile.tmp --unlink=1 --rw=write --verify=crc32c --verify_state_save=0 --size=16K"
required_packages:
- fio