re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 17:38:00 +02:00
parent 4ae50e1cc2
commit 71ac22a300
2 changed files with 26 additions and 1 deletions

14
.gitignore vendored
View File

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

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