aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-runner/bin
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2020-03-06 12:26:38 -0500
committerGitHub <[email protected]>2020-03-06 09:26:38 -0800
commit788398c5625c2c42903debc9a3f0e6870df08fe0 (patch)
tree01d69ec645c2c14838d25bc22887a0ca066d8e29 /tests/test-runner/bin
parent5a1abc4b5b4267ad8b03d14ba3b20df3d459202f (diff)
ZTS: Update zts-report exceptions for FreeBSD
The new zfs_sync_trim_* tests are skipped on FreeBSD. Both of the previously failing tests are now passing. Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: John Kennedy <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #10105
Diffstat (limited to 'tests/test-runner/bin')
-rwxr-xr-xtests/test-runner/bin/zts-report.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test-runner/bin/zts-report.py b/tests/test-runner/bin/zts-report.py
index 8a30ce106..c0140036f 100755
--- a/tests/test-runner/bin/zts-report.py
+++ b/tests/test-runner/bin/zts-report.py
@@ -160,9 +160,10 @@ known = {
if sys.platform.startswith('freebsd'):
known.update({
+ 'cli_root/zpool_wait/zpool_wait_trim_basic': ['SKIP', trim_reason],
+ 'cli_root/zpool_wait/zpool_wait_trim_cancel': ['SKIP', trim_reason],
+ 'cli_root/zpool_wait/zpool_wait_trim_flag': ['SKIP', trim_reason],
'link_count/link_count_001': ['SKIP', na_reason],
- 'removal/removal_condense_export': ['FAIL', known_reason],
- 'upgrade/upgrade_userobj_001_pos': ['FAIL', known_reason],
})
#