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/test-runner | |
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/test-runner')
-rwxr-xr-x | tests/test-runner/bin/zts-report.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test-runner/bin/zts-report.py b/tests/test-runner/bin/zts-report.py index a6937b52c..66ecbeb07 100755 --- a/tests/test-runner/bin/zts-report.py +++ b/tests/test-runner/bin/zts-report.py @@ -162,9 +162,6 @@ known = { 'rootpool/setup': ['SKIP', na_reason], 'rsend/rsend_008_pos': ['SKIP', '6066'], 'vdev_zaps/vdev_zaps_007_pos': ['FAIL', known_reason], - 'xattr/xattr_008_pos': ['SKIP', na_reason], - 'xattr/xattr_009_neg': ['SKIP', na_reason], - 'xattr/xattr_010_neg': ['SKIP', na_reason], 'zvol/zvol_swap/zvol_swap_003_pos': ['SKIP', na_reason], 'zvol/zvol_swap/zvol_swap_005_pos': ['SKIP', na_reason], 'zvol/zvol_swap/zvol_swap_006_pos': ['SKIP', na_reason], |