Compare commits

..

No commits in common. "c8" and "c8s" have entirely different histories.
c8 ... c8s

12 changed files with 34 additions and 2 deletions

View File

@ -1 +0,0 @@
cad3b3d78c5c2c9a116ee53642eec17a77c5ead2 SOURCES/fio-3.19.tar.bz2

15
.gitignore vendored
View File

@ -1 +1,14 @@
SOURCES/fio-3.19.tar.bz2
/fio-2.*.tar.bz2
/fio-2.0.13.tar.gz
/fio-2.0.15.tar.gz
/fio-2.1.tar.gz
/fio-2.1.2.tar.gz
/fio-2.1.3.tar.gz
/fio-3.0.tar.bz2
/fio-3.1.tar.bz2
/fio-3.2.tar.bz2
/fio-3.3.tar.bz2
/fio-3.4.tar.bz2
/fio-3.6.tar.bz2
/fio-3.7.tar.bz2
/fio-3.19.tar.bz2

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (fio-3.19.tar.bz2) = 0004dbaf5a8ce4f2b13114a3bfb65c388bb6d01e9a82791208ff7e7eb54cd6741e60cc8cb0a19f6319301ee2040c03862725943972ea767e6cc65fce4a2b3ecb

13
tests/tests.yml Normal file
View File

@ -0,0 +1,13 @@
- 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