t/run-fio-tests: a script to automate running fio tests
authorVincent Fu <vincent.fu@wdc.com>
Fri, 18 Oct 2019 19:05:35 +0000 (15:05 -0400)
committerVincent Fu <vincent.fu@wdc.com>
Wed, 6 Nov 2019 16:22:47 +0000 (11:22 -0500)
commitdf1eaa36e35a929abcc0a8d07c07204b9cc70b16
tree80f5c37f238f0365457a6988716a0eb381008db5
parentfc1d2e5c9e37026f492042431e1a5c4da280201a
t/run-fio-tests: a script to automate running fio tests

fio actually has a substantial test infrastructure but lacks a
convenient way to run existing tests in an automated fashion. This
script provides the means to run almost all of fio's existing tests with
a single command. A full run finishes in less than 10 minutes.

This script can be used to catch bugs before patches are submitted. It
can also be used to test new fio builds as patches are committed to the
repository.
t/run-fio-tests.py [new file with mode: 0755]