diff options
author | наб <[email protected]> | 2022-03-06 01:14:12 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-04-01 17:55:14 -0700 |
commit | 5b0e75caef66cda8e5c14dcd9f7ab689a6d605ad (patch) | |
tree | 56d951b09e5d4aa12d41b4c3e9cc4270dc13eed7 /tests/test-runner/bin/zts-report.py.in | |
parent | c22c87203682bb983220cde0be4da0d5995fd502 (diff) |
tests: don't use share/unshare exportfs aliases, support FreeBSD NFS
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13259
Diffstat (limited to 'tests/test-runner/bin/zts-report.py.in')
-rwxr-xr-x | tests/test-runner/bin/zts-report.py.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index 560f7dce6..e15d6bded 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -83,11 +83,6 @@ tmpfile_reason = 'Kernel O_TMPFILE support required' statx_reason = 'Kernel statx(2) system call required on Linux' # -# Some tests require that the NFS client and server utilities be installed. -# -share_reason = 'NFS client and server utilities required' - -# # Some tests require that the lsattr utility support the project id feature. # project_id_reason = 'lsattr with set/show project ID required' @@ -219,9 +214,7 @@ maybe = { 'cli_root/zfs_get/zfs_get_009_pos': ['SKIP', '5479'], 'cli_root/zfs_rollback/zfs_rollback_001_pos': ['FAIL', known_reason], 'cli_root/zfs_rollback/zfs_rollback_002_pos': ['FAIL', known_reason], - 'cli_root/zfs_share/setup': ['SKIP', share_reason], 'cli_root/zfs_snapshot/zfs_snapshot_002_neg': ['FAIL', known_reason], - 'cli_root/zfs_unshare/setup': ['SKIP', share_reason], 'cli_root/zpool_add/zpool_add_004_pos': ['FAIL', known_reason], 'cli_root/zpool_destroy/zpool_destroy_001_pos': ['SKIP', '6145'], 'cli_root/zpool_import/zpool_import_missing_003_pos': ['SKIP', '6839'], @@ -267,7 +260,6 @@ if sys.platform.startswith('freebsd'): maybe.update({ 'cli_root/zfs_copies/zfs_copies_002_pos': ['FAIL', known_reason], 'cli_root/zfs_inherit/zfs_inherit_001_neg': ['FAIL', known_reason], - 'cli_root/zfs_share/zfs_share_011_pos': ['FAIL', known_reason], 'cli_root/zfs_share/zfs_share_concurrent_shares': ['FAIL', known_reason], 'cli_root/zpool_import/zpool_import_012_pos': ['FAIL', known_reason], |