diff options
Diffstat (limited to 'sys/contrib/openzfs/tests/runfiles/linux.run')
-rw-r--r-- | sys/contrib/openzfs/tests/runfiles/linux.run | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/sys/contrib/openzfs/tests/runfiles/linux.run b/sys/contrib/openzfs/tests/runfiles/linux.run index 2df12ed63268..339361cc2762 100644 --- a/sys/contrib/openzfs/tests/runfiles/linux.run +++ b/sys/contrib/openzfs/tests/runfiles/linux.run @@ -109,13 +109,11 @@ tags = ['functional', 'direct'] [tests/functional/events:Linux] tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter', 'zed_fd_spill', 'zed_cksum_reported', 'zed_cksum_config', 'zed_io_config', - 'zed_slow_io', 'zed_slow_io_many_vdevs', 'zed_diagnose_multiple'] + 'zed_slow_io', 'zed_slow_io_many_vdevs', 'zed_diagnose_multiple', + 'zed_synchronous_zedlet', 'slow_vdev_sit_out', 'slow_vdev_sit_out_neg', + 'slow_vdev_degraded_sit_out'] tags = ['functional', 'events'] -[tests/functional/fadvise:Linux] -tests = ['fadvise_sequential'] -tags = ['functional', 'fadvise'] - [tests/functional/fallocate:Linux] tests = ['fallocate_prealloc', 'fallocate_zero-range'] tags = ['functional', 'fallocate'] @@ -123,10 +121,10 @@ tags = ['functional', 'fallocate'] [tests/functional/fault:Linux] tests = ['auto_offline_001_pos', 'auto_online_001_pos', 'auto_online_002_pos', 'auto_replace_001_pos', 'auto_replace_002_pos', 'auto_spare_001_pos', - 'auto_spare_002_pos', 'auto_spare_multiple', 'auto_spare_ashift', - 'auto_spare_shared', 'decrypt_fault', 'decompress_fault', - 'fault_limits', 'scrub_after_resilver', 'suspend_on_probe_errors', - 'suspend_resume_single', 'zpool_status_-s'] + 'auto_spare_002_pos', 'auto_spare_double', 'auto_spare_multiple', + 'auto_spare_ashift', 'auto_spare_shared', 'decrypt_fault', + 'decompress_fault', 'fault_limits', 'scrub_after_resilver', + 'suspend_on_probe_errors', 'suspend_resume_single', 'zpool_status_-s'] tags = ['functional', 'fault'] [tests/functional/features/large_dnode:Linux] @@ -165,7 +163,7 @@ tests = ['mmp_on_thread', 'mmp_on_uberblocks', 'mmp_on_off', 'mmp_interval', tags = ['functional', 'mmp'] [tests/functional/mount:Linux] -tests = ['umount_unlinked_drain'] +tests = ['umount_unlinked_drain', 'mount_loopback'] tags = ['functional', 'mount'] [tests/functional/pam:Linux] @@ -179,13 +177,11 @@ tests = ['procfs_list_basic', 'procfs_list_concurrent_readers', tags = ['functional', 'procfs'] [tests/functional/projectquota:Linux] -tests = ['projectid_001_pos', 'projectid_002_pos', 'projectid_003_pos', - 'projectquota_001_pos', 'projectquota_002_pos', 'projectquota_003_pos', - 'projectquota_004_neg', 'projectquota_005_pos', 'projectquota_006_pos', - 'projectquota_007_pos', 'projectquota_008_pos', 'projectquota_009_pos', +tests = ['defaultprojectquota_001_pos', 'defaultprojectquota_005_pos', + 'projectid_001_pos', 'projectid_002_pos', 'projectid_003_pos', + 'projectquota_001_pos', 'projectquota_003_pos', 'projectquota_006_pos', 'projectspace_001_pos', 'projectspace_002_pos', 'projectspace_003_pos', - 'projectspace_004_pos', - 'projecttree_001_pos', 'projecttree_002_pos', 'projecttree_003_neg'] + 'projectspace_004_pos', 'projectspace_005_pos', 'projecttree_001_pos'] tags = ['functional', 'projectquota'] [tests/functional/dos_attributes:Linux] @@ -210,6 +206,12 @@ tags = ['functional', 'simd'] tests = ['snapshot_015_pos', 'snapshot_016_pos'] tags = ['functional', 'snapshot'] +[tests/functional/syncfs:Linux] +tests = ['syncfs_suspend'] +tags = ['functional', 'syncfs'] +pre = +post = + [tests/functional/tmpfile:Linux] tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos', 'tmpfile_stat_mode'] @@ -226,7 +228,7 @@ tags = ['functional', 'user_namespace'] [tests/functional/userquota:Linux] tests = ['groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos', - 'userquota_013_pos', 'userspace_003_pos'] + 'groupspace_004_pos','userquota_013_pos', 'userspace_003_pos'] tags = ['functional', 'userquota'] [tests/functional/zvol/zvol_misc:Linux] |