Add gating test yaml

Resolves: rhbz#1991051
This commit is contained in:
Eric Sandeen 2021-08-10 16:08:59 -04:00 committed by Eric Sandeen
parent 54305b001e
commit 1d02b11548
1 changed files with 13 additions and 0 deletions

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