fio/tests/tests.yml
spetrovi fb0edb6450 Adding gating tests
Signed-off-by: spetrovi <spetrovi@redhat.com>
2024-10-30 08:45:25 +00:00

13 lines
538 B
YAML

- 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