Commit Graph

4 Commits

Author SHA1 Message Date
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
Bernd Schubert
2105cd7724
xfstests: Add the possibility for extra daemon options (#964)
We need to test w/o page cache, w/o passthrough and other options.
I.e. we need to have the possibility to add these options via
local.config
2024-06-07 21:31:28 +02:00
Bernd Schubert
9ca35f454f
xfstests example: Use export in local.config and remove comment (#811)
ix passthrough mount helper for running xfstests

* The mount helper does not see the env vars exported by xfstests
* Use the NFS style format TEST_DEV=source:/$TEST_SOURCE to communicate
  the sourse path to the mount helper without confusing xfstest
* Also recognise when source= is provided in mount options
* Support -o remount (e.g. for test generic/306)

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Co-authored-by: Bernd Schubert <bschubert@ddn.com>
Co-authored-by: Amir Goldstein <amir73il@gmail.com>
Co-authored-by: Nikolaus Rath <Nikolaus@rath.org>
2023-09-26 08:49:05 +01:00
Nikolaus Rath
4c177c9047 Add support for running xfstests. 2023-05-12 23:29:03 +01:00