Add testsuite
commit876b7a7436878cd2968e38867758eee35067c388
authorMarc Andre Tanner <mat@brain-dump.org>
Sat, 18 Jun 2011 11:28:36 +0000 (18 13:28 +0200)
committerMarc Andre Tanner <mat@brain-dump.org>
Sat, 18 Jun 2011 11:28:36 +0000 (18 13:28 +0200)
tree4953e1d723938552b035ff7b186e09ca3099bf6d
parentc9440ed2f2e1eced466b50bf15f5ed40de9a4c2d
Add testsuite

The idea is to run the POSIX filesystem testsuite against a loopback
mounted filesystem and then rerun it once again over a ciopfs mountpoint.

In theory the resulting ${fs}.result and ciopfs-${fs}.result files should
be identical. In practice some tests fail due to timing issues, but it
is nonetheless useful to get an idea on what is working and what isn't.

Run with something like:

 CIOPFS="/path/to/ciopfs-binary-to-test" ./testsuite.sh some-dir

Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
testsuite.sh [new file with mode: 0755]