From 788398c5625c2c42903debc9a3f0e6870df08fe0 Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Fri, 6 Mar 2020 12:26:38 -0500 Subject: [PATCH] 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 Reviewed-by: Brian Behlendorf Reviewed-by: John Kennedy Signed-off-by: Ryan Moeller Closes #10105 --- tests/test-runner/bin/zts-report.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test-runner/bin/zts-report.py b/tests/test-runner/bin/zts-report.py index 8a30ce106d..c0140036fb 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], }) #