diff options
author | Ryan Moeller <[email protected]> | 2020-01-23 20:14:40 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-01-23 17:14:40 -0800 |
commit | dbfec5cc09cedfe3a31fc958a80e111f50716929 (patch) | |
tree | 8de52f6f4d39a7596868eeb36eb01614798d4942 /tests/runfiles/common.run | |
parent | 35b07497c60701465a87aab48fc890a0bc502561 (diff) |
ZTS: Get xattr tests running on FreeBSD
This mostly involves reworking platform checks to make illumos the
exception (thanks to their unusual way of exposing xattrs). Other
platforms are able to take advantage of the recently added xattr
wrappers in libtest.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #9872
Diffstat (limited to 'tests/runfiles/common.run')
-rw-r--r-- | tests/runfiles/common.run | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index f93f6479a..a04f5f3cc 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -868,6 +868,12 @@ tags = ['functional', 'vdev_zaps'] tests = ['write_dirs_001_pos', 'write_dirs_002_pos'] tags = ['functional', 'write_dirs'] +[tests/functional/xattr] +tests = ['xattr_001_pos', 'xattr_002_neg', 'xattr_003_neg', 'xattr_004_pos', + 'xattr_005_pos', 'xattr_006_pos', 'xattr_007_neg', + 'xattr_011_pos', 'xattr_012_pos', 'xattr_013_pos'] +tags = ['functional', 'xattr'] + [tests/functional/zvol/zvol_ENOSPC] tests = ['zvol_ENOSPC_001_pos'] tags = ['functional', 'zvol', 'zvol_ENOSPC'] |