]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: add run_xfsests.sh script
authorAlex Elder <elder@dreamhost.com>
Sat, 14 Apr 2012 02:26:22 +0000 (21:26 -0500)
committerSage Weil <sage.weil@dreamhost.com>
Sat, 14 Apr 2012 04:02:44 +0000 (21:02 -0700)
commitbf8847e7c14a52467950c8f3bab88e43f660e3c0
tree061791e3d48b3b73486330f046897f4e8a6f5463
parentee69f271fd77b09d543737571f0e1cc075c0c765
qa: add run_xfsests.sh script

Add a script that runs xfstests over a pair of devices that are
specified using command line arguments.  The tests are run using
a specified filesystem type (xfs, ext4, or btrfs).

A default set of tests is run if none is specified on the command
line.  Normally there's an "auto" group used for this purpose, but
for now I've laid out a (large) subset of them that I know pass on
rbd devices.  These can be updated as we find they work reliably.

Signed-off-by: Alex Elder <elder@dreamhost.com>
qa/run_xfstests.sh [new file with mode: 0644]