- Unionfs 2.0 Regression Test Suite README
+ Unionfs 2.x Regression Test Suite README
****************************************
-Local File Systems Tests (tested with ext2, ext3, ext4, xfs, reiser4, and reiserfs)
------------------------------------------------------------------------------------
+Local File Systems Tests
+(tested with ext2, ext3, ext4, xfs, reiser4, and reiserfs)
+------------------------------------------------------------------------------
The current regression suite requires that you define four separate
local-disk devices, which WILL BE FORMATTED(!) by the regression suite
For NFS tests, run-tests will format a loop device based file system with
ext2, and export it to localhost.
-Note: unionfs doesn't yet work with nfs4
-
##############################################################################
JFFS2 Tests
-----------
# ensure that all binaries are properly built
make || exit $?
-# support for nfs4 isn't ready yet
# reiser4 seems buggy on its own (tested in 2.6.21)
-LIST="ext2 ext3 ext4 xfs reiserfs nfs2 nfs3 jffs2 ramfs tmpfs cramfs squashfs"
+LIST="ext2 ext3 ext4 xfs reiserfs nfs2 nfs3 nfs4 jffs2 ramfs tmpfs cramfs squashfs"
for fs in $LIST
do
echo "Running $fs tests..."