fstests: explicitly specify xattr namespace
authorFrank van der Linden <fllinden@amazon.com>
Thu, 10 Sep 2020 19:43:55 +0000 (19:43 +0000)
committerEryu Guan <guaneryu@gmail.com>
Sun, 13 Sep 2020 16:45:14 +0000 (00:45 +0800)
commit9860712610612abbe17a8c9e575a66b383fee6ff
tree4d276f31aebed3dd36819939cfac38e5a742261c
parentda3cdb3b91cac139c9e9ad86f5d1aeedb5c91a67
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>
15 files changed:
tests/generic/062
tests/generic/093
tests/generic/097
tests/generic/403
tests/generic/449
tests/overlay/011
tests/overlay/026
tests/overlay/038
tests/overlay/041
tests/overlay/045
tests/overlay/046
tests/overlay/056
tests/xfs/063
tests/xfs/267
tests/xfs/268