mbox series

[v2,0/3] fstests: add appropriate checks for fs features for some tests

Message ID 20230824-fixes-v2-0-d60c2faf1057@kernel.org (mailing list archive)
Headers show
Series fstests: add appropriate checks for fs features for some tests | expand

Message

Jeff Layton Aug. 24, 2023, 4:44 p.m. UTC
A number of fstests fail on NFS, primarily because it lacks certain
features that are widely supported on local filesystems. This set fixes
up the test for POSIX ACLs and adds new checks for FIEMAP and file
capability support on tests that require these features.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
Jeff Layton (3):
      common/attr: fix the _require_acl test
      generic/513: limit to filesystems that support capabilities
      generic/578: only run on filesystems that support FIEMAP

 common/attr       |  9 ++++-----
 common/rc         | 26 ++++++++++++++++++++++++++
 tests/generic/513 |  1 +
 tests/generic/578 |  1 +
 4 files changed, 32 insertions(+), 5 deletions(-)
---
base-commit: 8de535c53887bb49adae74a1b2e83e77d7e8457d
change-id: 20230824-fixes-914cc3f9ef72

Best regards,