From 1d02b1154879bb191a97f72a2ca55dc1dfd0645a Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 10 Aug 2021 16:08:59 -0400 Subject: [PATCH] Add gating test yaml Resolves: rhbz#1991051 --- tests/tests.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/tests.yml 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 +