From 71ac22a3004440d41dfd3d317391aad3d3cd2121 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 17:38:00 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 14 +++++++++++++- tests/tests.yml | 13 +++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 5ef93cf..ae819c2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..6f27efb --- /dev/null +++ b/tests/tests.yml @@ -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 +