libfuse/xfstests
Bernd Schubert 67ce439e2d xfstests: Add '-odev' to passthrough mount options
generic/434 and generic/184 are testing device files and fail
because fuse sets 'nodev' by default.
2024-07-09 18:04:43 +02:00
..
local.config xfstests: Add the possibility for extra daemon options (#964) 2024-06-07 21:31:28 +02:00
mount.fuse.passthrough xfstests: Add '-odev' to passthrough mount options 2024-07-09 18:04:43 +02:00
README.md Add support for running xfstests. 2023-05-12 23:29:03 +01:00

To test FUSE with xfstests¹:

  1. copy the mount.fuse.passthrough file into /sbin and edit the PASSTHROUGH_PATH, SCRATCH_SOURCE and TEST_SOURCE variables as needed.

  2. Make sure that the SCRATCH_SOURCE and TEST_SOURCE directories exist.

  3. Copy local.config into your xfstests directory

Tests can then be run with e.g.:

# make
# sudo ./check -fuse -b

¹https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/about/