fstests: explicitly specify xattr namespace

Explicitly specify the xattr namespace required for tests.
This allows tests to be skipped correctly for filesystems
that don't support all xattr namespaces.

This changes all tests that require anything other than
the "user" xattr namespace. When called without arguments
as before, _require_attrs() still defaults to the "user"
namespace, so those tests do not need to be changed.

Signed-off-by: Frank van der Linden <fllinden@amazon.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Frank van der Linden
2020-09-10 19:43:55 +00:00
committed by Eryu Guan
parent da3cdb3b91
commit 9860712610
15 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ _supported_fs xfs
_supported_os Linux
_require_tape $TAPE_DEV
_require_attrs
_require_attrs trusted
_create_files
_erase_hard