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 +