FreeBSD: Reduce copy_file_range() source lock to shared
[zfs.git] / tests / runfiles / sanity.run
blobd6a791e3375dec73d9cb26511fdc0f2f64049bd2
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
11 # This run file contains a subset of functional tests which exercise
12 # as much functionality as possible while still executing relatively
13 # quickly. The included tests should take no more than a few seconds
14 # each to run at most. This provides a convenient way to sanity test a
15 # change before committing to a full test run which takes several hours.
17 # Approximate run time: 15 minutes
20 [DEFAULT]
21 pre = setup
22 quiet = False
23 pre_user = root
24 user = root
25 timeout = 180
26 post_user = root
27 post = cleanup
28 failsafe_user = root
29 failsafe = callbacks/zfs_failsafe
30 outputdir = /var/tmp/test_results
31 tags = ['functional']
33 [tests/functional/acl/off]
34 tests = ['posixmode']
35 tags = ['functional', 'acl']
37 [tests/functional/alloc_class]
38 tests = ['alloc_class_003_pos', 'alloc_class_004_pos', 'alloc_class_005_pos',
39 'alloc_class_006_pos', 'alloc_class_008_pos', 'alloc_class_010_pos',
40 'alloc_class_011_neg']
41 tags = ['functional', 'alloc_class']
43 [tests/functional/arc]
44 tests = ['dbufstats_001_pos', 'dbufstats_002_pos', 'arcstats_runtime_tuning']
45 tags = ['functional', 'arc']
47 [tests/functional/bootfs]
48 tests = ['bootfs_004_neg', 'bootfs_007_pos']
49 tags = ['functional', 'bootfs']
51 [tests/functional/cache]
52 tests = ['cache_004_neg', 'cache_005_neg', 'cache_007_neg', 'cache_010_pos']
53 tags = ['functional', 'cache']
55 [tests/functional/cachefile]
56 tests = ['cachefile_001_pos', 'cachefile_002_pos', 'cachefile_003_pos',
57 'cachefile_004_pos']
58 tags = ['functional', 'cachefile']
60 [tests/functional/casenorm]
61 tests = ['case_all_values', 'norm_all_values', 'sensitive_none_lookup',
62 'sensitive_none_delete', 'insensitive_none_lookup',
63 'insensitive_none_delete', 'mixed_none_lookup', 'mixed_none_delete']
64 tags = ['functional', 'casenorm']
66 [tests/functional/channel_program/lua_core]
67 tests = ['tst.args_to_lua', 'tst.divide_by_zero', 'tst.exists',
68 'tst.integer_illegal', 'tst.integer_overflow', 'tst.language_functions_neg',
69 'tst.language_functions_pos', 'tst.large_prog', 'tst.libraries',
70 'tst.memory_limit', 'tst.nested_neg', 'tst.nested_pos', 'tst.nvlist_to_lua',
71 'tst.recursive_neg', 'tst.recursive_pos', 'tst.return_large',
72 'tst.return_nvlist_neg', 'tst.return_nvlist_pos',
73 'tst.return_recursive_table', 'tst.stack_gsub', 'tst.timeout']
74 tags = ['functional', 'channel_program', 'lua_core']
76 [tests/functional/channel_program/synctask_core]
77 tests = ['tst.destroy_fs', 'tst.destroy_snap', 'tst.get_count_and_limit',
78 'tst.get_index_props', 'tst.get_mountpoint', 'tst.get_neg',
79 'tst.get_number_props', 'tst.get_string_props', 'tst.get_type',
80 'tst.get_userquota', 'tst.get_written', 'tst.inherit', 'tst.list_bookmarks',
81 'tst.list_children', 'tst.list_clones', 'tst.list_holds',
82 'tst.list_snapshots', 'tst.list_system_props',
83 'tst.list_user_props', 'tst.parse_args_neg','tst.promote_conflict',
84 'tst.promote_multiple', 'tst.promote_simple', 'tst.rollback_mult',
85 'tst.rollback_one', 'tst.set_props', 'tst.snapshot_destroy',
86 'tst.snapshot_neg', 'tst.snapshot_recursive', 'tst.snapshot_simple',
87 'tst.bookmark.create', 'tst.bookmark.copy']
88 tags = ['functional', 'channel_program', 'synctask_core']
90 [tests/functional/cli_root/zdb]
91 tests = ['zdb_003_pos', 'zdb_004_pos', 'zdb_005_pos']
92 pre =
93 post =
94 tags = ['functional', 'cli_root', 'zdb']
96 [tests/functional/cli_root/zfs]
97 tests = ['zfs_001_neg', 'zfs_002_pos']
98 tags = ['functional', 'cli_root', 'zfs']
100 [tests/functional/cli_root/zfs_bookmark]
101 tests = ['zfs_bookmark_cliargs']
102 tags = ['functional', 'cli_root', 'zfs_bookmark']
104 [tests/functional/cli_root/zfs_change-key]
105 tests = ['zfs_change-key', 'zfs_change-key_child', 'zfs_change-key_format',
106 'zfs_change-key_inherit', 'zfs_change-key_load', 'zfs_change-key_location',
107 'zfs_change-key_pbkdf2iters', 'zfs_change-key_clones']
108 tags = ['functional', 'cli_root', 'zfs_change-key']
110 [tests/functional/cli_root/zfs_clone]
111 tests = ['zfs_clone_001_neg', 'zfs_clone_002_pos', 'zfs_clone_003_pos',
112 'zfs_clone_004_pos', 'zfs_clone_005_pos', 'zfs_clone_006_pos',
113 'zfs_clone_007_pos', 'zfs_clone_008_neg', 'zfs_clone_009_neg',
114 'zfs_clone_encrypted']
115 tags = ['functional', 'cli_root', 'zfs_clone']
117 [tests/functional/cli_root/zfs_create]
118 tests = ['zfs_create_001_pos', 'zfs_create_002_pos', 'zfs_create_003_pos',
119 'zfs_create_004_pos', 'zfs_create_005_pos', 'zfs_create_006_pos',
120 'zfs_create_007_pos', 'zfs_create_011_pos', 'zfs_create_012_pos',
121 'zfs_create_013_pos', 'zfs_create_014_pos', 'zfs_create_encrypted',
122 'zfs_create_dryrun', 'zfs_create_verbose']
123 tags = ['functional', 'cli_root', 'zfs_create']
125 [tests/functional/cli_root/zfs_destroy]
126 tests = ['zfs_destroy_002_pos', 'zfs_destroy_003_pos',
127 'zfs_destroy_004_pos', 'zfs_destroy_006_neg', 'zfs_destroy_007_neg',
128 'zfs_destroy_008_pos', 'zfs_destroy_009_pos', 'zfs_destroy_010_pos',
129 'zfs_destroy_011_pos', 'zfs_destroy_012_pos', 'zfs_destroy_013_neg',
130 'zfs_destroy_014_pos', 'zfs_destroy_dev_removal',
131 'zfs_destroy_dev_removal_condense']
132 tags = ['functional', 'cli_root', 'zfs_destroy']
134 [tests/functional/cli_root/zfs_diff]
135 tests = ['zfs_diff_cliargs', 'zfs_diff_encrypted']
136 tags = ['functional', 'cli_root', 'zfs_diff']
138 [tests/functional/cli_root/zfs_get]
139 tests = ['zfs_get_003_pos', 'zfs_get_006_neg', 'zfs_get_007_neg',
140 'zfs_get_010_neg']
141 tags = ['functional', 'cli_root', 'zfs_get']
143 [tests/functional/cli_root/zfs_inherit]
144 tests = ['zfs_inherit_001_neg', 'zfs_inherit_003_pos', 'zfs_inherit_mountpoint']
145 tags = ['functional', 'cli_root', 'zfs_inherit']
147 [tests/functional/cli_root/zfs_load-key]
148 tests = ['zfs_load-key', 'zfs_load-key_all', 'zfs_load-key_file',
149 'zfs_load-key_https', 'zfs_load-key_location', 'zfs_load-key_noop',
150 'zfs_load-key_recursive']
151 tags = ['functional', 'cli_root', 'zfs_load-key']
153 [tests/functional/cli_root/zfs_mount]
154 tests = ['zfs_mount_001_pos', 'zfs_mount_002_pos', 'zfs_mount_003_pos',
155 'zfs_mount_004_pos', 'zfs_mount_005_pos', 'zfs_mount_007_pos',
156 'zfs_mount_009_neg', 'zfs_mount_010_neg', 'zfs_mount_011_neg',
157 'zfs_mount_012_pos', 'zfs_mount_encrypted', 'zfs_mount_remount',
158 'zfs_mount_all_fail', 'zfs_mount_all_mountpoints',
159 'zfs_mount_test_race', 'zfs_mount_recursive']
160 tags = ['functional', 'cli_root', 'zfs_mount']
162 [tests/functional/cli_root/zfs_program]
163 tests = ['zfs_program_json']
164 tags = ['functional', 'cli_root', 'zfs_program']
166 [tests/functional/cli_root/zfs_promote]
167 tests = ['zfs_promote_001_pos', 'zfs_promote_002_pos', 'zfs_promote_003_pos',
168 'zfs_promote_004_pos', 'zfs_promote_005_pos', 'zfs_promote_006_neg',
169 'zfs_promote_007_neg', 'zfs_promote_008_pos', 'zfs_promote_encryptionroot']
170 tags = ['functional', 'cli_root', 'zfs_promote']
172 [tests/functional/cli_root/zfs_receive]
173 tests = ['zfs_receive_001_pos', 'zfs_receive_002_pos', 'zfs_receive_003_pos',
174 'zfs_receive_004_neg', 'zfs_receive_005_neg', 'zfs_receive_006_pos',
175 'zfs_receive_007_neg', 'zfs_receive_008_pos', 'zfs_receive_009_neg',
176 'zfs_receive_010_pos', 'zfs_receive_011_pos', 'zfs_receive_012_pos',
177 'zfs_receive_013_pos', 'zfs_receive_014_pos', 'zfs_receive_015_pos',
178 'zfs_receive_016_pos', 'zfs_receive_from_encrypted',
179 'zfs_receive_to_encrypted', 'zfs_receive_raw',
180 'zfs_receive_raw_incremental', 'zfs_receive_-e',
181 'zfs_receive_raw_-d', 'zfs_receive_from_zstd', 'zfs_receive_new_props']
182 tags = ['functional', 'cli_root', 'zfs_receive']
184 [tests/functional/cli_root/zfs_rename]
185 tests = ['zfs_rename_003_pos', 'zfs_rename_004_neg',
186 'zfs_rename_005_neg', 'zfs_rename_006_pos', 'zfs_rename_007_pos',
187 'zfs_rename_008_pos', 'zfs_rename_009_neg', 'zfs_rename_010_neg',
188 'zfs_rename_011_pos', 'zfs_rename_012_neg', 'zfs_rename_013_pos',
189 'zfs_rename_encrypted_child', 'zfs_rename_to_encrypted',
190 'zfs_rename_mountpoint', 'zfs_rename_nounmount']
191 tags = ['functional', 'cli_root', 'zfs_rename']
193 [tests/functional/cli_root/zfs_reservation]
194 tests = ['zfs_reservation_001_pos', 'zfs_reservation_002_pos']
195 tags = ['functional', 'cli_root', 'zfs_reservation']
197 [tests/functional/cli_root/zfs_rollback]
198 tests = ['zfs_rollback_003_neg', 'zfs_rollback_004_neg']
199 tags = ['functional', 'cli_root', 'zfs_rollback']
201 [tests/functional/cli_root/zfs_send]
202 tests = ['zfs_send_001_pos', 'zfs_send_002_pos', 'zfs_send_003_pos',
203 'zfs_send_004_neg', 'zfs_send_005_pos', 'zfs_send_encrypted',
204 'zfs_send_raw']
205 tags = ['functional', 'cli_root', 'zfs_send']
207 [tests/functional/cli_root/zfs_set]
208 tests = ['cache_001_pos', 'cache_002_neg', 'canmount_001_pos',
209 'canmount_002_pos', 'canmount_003_pos', 'canmount_004_pos',
210 'checksum_001_pos', 'compression_001_pos', 'mountpoint_001_pos',
211 'mountpoint_002_pos', 'user_property_002_pos',
212 'share_mount_001_neg', 'snapdir_001_pos', 'onoffs_001_pos',
213 'user_property_001_pos', 'user_property_003_neg', 'readonly_001_pos',
214 'user_property_004_pos', 'version_001_neg',
215 'zfs_set_003_neg', 'property_alias_001_pos',
216 'zfs_set_keylocation', 'zfs_set_feature_activation', 'zfs_set_nomount']
217 tags = ['functional', 'cli_root', 'zfs_set']
219 [tests/functional/cli_root/zfs_snapshot]
220 tests = ['zfs_snapshot_001_neg', 'zfs_snapshot_002_neg',
221 'zfs_snapshot_003_neg', 'zfs_snapshot_006_pos', 'zfs_snapshot_007_neg']
222 tags = ['functional', 'cli_root', 'zfs_snapshot']
224 [tests/functional/cli_root/zfs_unload-key]
225 tests = ['zfs_unload-key', 'zfs_unload-key_all', 'zfs_unload-key_recursive']
226 tags = ['functional', 'cli_root', 'zfs_unload-key']
228 [tests/functional/cli_root/zfs_unmount]
229 tests = ['zfs_unmount_001_pos', 'zfs_unmount_002_pos', 'zfs_unmount_003_pos',
230 'zfs_unmount_004_pos', 'zfs_unmount_007_neg', 'zfs_unmount_008_neg',
231 'zfs_unmount_009_pos', 'zfs_unmount_unload_keys']
232 tags = ['functional', 'cli_root', 'zfs_unmount']
234 [tests/functional/cli_root/zfs_upgrade]
235 tests = ['zfs_upgrade_001_pos', 'zfs_upgrade_002_pos', 'zfs_upgrade_006_neg',
236 'zfs_upgrade_007_neg']
237 tags = ['functional', 'cli_root', 'zfs_upgrade']
239 [tests/functional/cli_root/zfs_wait]
240 tests = ['zfs_wait_deleteq', 'zfs_wait_getsubopt']
241 tags = ['functional', 'cli_root', 'zfs_wait']
243 [tests/functional/cli_root/zpool]
244 tests = ['zpool_001_neg', 'zpool_003_pos', 'zpool_colors']
245 tags = ['functional', 'cli_root', 'zpool']
247 [tests/functional/cli_root/zpool_add]
248 tests = ['zpool_add_002_pos', 'zpool_add_003_pos',
249 'zpool_add_004_pos', 'zpool_add_006_pos', 'zpool_add_007_neg',
250 'zpool_add_008_neg', 'zpool_add_009_neg']
251 tags = ['functional', 'cli_root', 'zpool_add']
253 [tests/functional/cli_root/zpool_attach]
254 tests = ['zpool_attach_001_neg']
255 tags = ['functional', 'cli_root', 'zpool_attach']
257 [tests/functional/cli_root/zpool_clear]
258 tests = ['zpool_clear_002_neg']
259 tags = ['functional', 'cli_root', 'zpool_clear']
261 [tests/functional/cli_root/zpool_create]
262 tests = ['zpool_create_001_pos', 'zpool_create_002_pos',
263 'zpool_create_003_pos', 'zpool_create_004_pos', 'zpool_create_007_neg',
264 'zpool_create_008_pos', 'zpool_create_010_neg', 'zpool_create_011_neg',
265 'zpool_create_012_neg', 'zpool_create_014_neg', 'zpool_create_015_neg',
266 'zpool_create_017_neg', 'zpool_create_018_pos', 'zpool_create_019_pos',
267 'zpool_create_020_pos', 'zpool_create_021_pos', 'zpool_create_022_pos',
268 'zpool_create_encrypted',
269 'zpool_create_features_001_pos', 'zpool_create_features_002_pos',
270 'zpool_create_features_003_pos', 'zpool_create_features_004_neg',
271 'zpool_create_features_005_pos']
272 tags = ['functional', 'cli_root', 'zpool_create']
274 [tests/functional/cli_root/zpool_destroy]
275 tests = ['zpool_destroy_001_pos', 'zpool_destroy_002_pos',
276 'zpool_destroy_003_neg']
277 pre =
278 post =
279 tags = ['functional', 'cli_root', 'zpool_destroy']
281 [tests/functional/cli_root/zpool_detach]
282 tests = ['zpool_detach_001_neg']
283 tags = ['functional', 'cli_root', 'zpool_detach']
285 [tests/functional/cli_root/zpool_events]
286 tests = ['zpool_events_clear', 'zpool_events_follow', 'zpool_events_poolname']
287 tags = ['functional', 'cli_root', 'zpool_events']
289 [tests/functional/cli_root/zpool_export]
290 tests = ['zpool_export_001_pos', 'zpool_export_002_pos', 'zpool_export_003_neg']
291 tags = ['functional', 'cli_root', 'zpool_export']
293 [tests/functional/cli_root/zpool_get]
294 tests = ['zpool_get_001_pos', 'zpool_get_002_pos', 'zpool_get_003_pos',
295 'zpool_get_004_neg', 'zpool_get_005_pos']
296 tags = ['functional', 'cli_root', 'zpool_get']
298 [tests/functional/cli_root/zpool_history]
299 tests = ['zpool_history_001_neg', 'zpool_history_002_pos']
300 tags = ['functional', 'cli_root', 'zpool_history']
302 [tests/functional/cli_root/zpool_import]
303 tests = ['zpool_import_003_pos', 'zpool_import_010_pos', 'zpool_import_011_neg',
304 'zpool_import_014_pos', 'zpool_import_features_001_pos',
305 'zpool_import_all_001_pos', 'zpool_import_encrypted']
306 tags = ['functional', 'cli_root', 'zpool_import']
308 [tests/functional/cli_root/zpool_labelclear]
309 tests = ['zpool_labelclear_active', 'zpool_labelclear_exported',
310 'zpool_labelclear_removed', 'zpool_labelclear_valid']
311 pre =
312 post =
313 tags = ['functional', 'cli_root', 'zpool_labelclear']
315 [tests/functional/cli_root/zpool_initialize]
316 tests = ['zpool_initialize_online_offline']
317 pre =
318 tags = ['functional', 'cli_root', 'zpool_initialize']
320 [tests/functional/cli_root/zpool_offline]
321 tests = ['zpool_offline_001_pos', 'zpool_offline_002_neg']
322 tags = ['functional', 'cli_root', 'zpool_offline']
324 [tests/functional/cli_root/zpool_online]
325 tests = ['zpool_online_001_pos', 'zpool_online_002_neg']
326 tags = ['functional', 'cli_root', 'zpool_online']
328 [tests/functional/cli_root/zpool_remove]
329 tests = ['zpool_remove_001_neg', 'zpool_remove_002_pos',
330 'zpool_remove_003_pos']
331 tags = ['functional', 'cli_root', 'zpool_remove']
333 [tests/functional/cli_root/zpool_replace]
334 tests = ['zpool_replace_001_neg']
335 tags = ['functional', 'cli_root', 'zpool_replace']
337 [tests/functional/cli_root/zpool_resilver]
338 tests = ['zpool_resilver_bad_args']
339 tags = ['functional', 'cli_root', 'zpool_resilver']
341 [tests/functional/cli_root/zpool_scrub]
342 tests = ['zpool_scrub_001_neg', 'zpool_scrub_003_pos',
343 'zpool_scrub_encrypted_unloaded', 'zpool_scrub_print_repairing',
344 'zpool_scrub_offline_device', 'zpool_scrub_multiple_copies']
345 tags = ['functional', 'cli_root', 'zpool_scrub']
347 [tests/functional/cli_root/zpool_set]
348 tests = ['zpool_set_001_pos', 'zpool_set_002_neg', 'zpool_set_003_neg',
349 'zpool_set_ashift', 'zpool_set_features']
350 tags = ['functional', 'cli_root', 'zpool_set']
352 [tests/functional/cli_root/zpool_split]
353 tests = ['zpool_split_cliargs', 'zpool_split_devices',
354 'zpool_split_props', 'zpool_split_vdevs', 'zpool_split_indirect']
355 tags = ['functional', 'cli_root', 'zpool_split']
357 [tests/functional/cli_root/zpool_status]
358 tests = ['zpool_status_001_pos', 'zpool_status_002_pos']
359 tags = ['functional', 'cli_root', 'zpool_status']
361 [tests/functional/cli_root/zpool_sync]
362 tests = ['zpool_sync_002_neg']
363 tags = ['functional', 'cli_root', 'zpool_sync']
365 [tests/functional/cli_root/zpool_trim]
366 tests = ['zpool_trim_attach_detach_add_remove', 'zpool_trim_neg',
367 'zpool_trim_offline_export_import_online', 'zpool_trim_online_offline',
368 'zpool_trim_rate_neg', 'zpool_trim_secure', 'zpool_trim_split',
369 'zpool_trim_start_and_cancel_neg', 'zpool_trim_start_and_cancel_pos']
370 tags = ['functional', 'zpool_trim']
372 [tests/functional/cli_root/zpool_upgrade]
373 tests = ['zpool_upgrade_001_pos', 'zpool_upgrade_003_pos',
374 'zpool_upgrade_005_neg', 'zpool_upgrade_006_neg',
375 'zpool_upgrade_009_neg']
376 tags = ['functional', 'cli_root', 'zpool_upgrade']
378 [tests/functional/cli_root/zpool_wait]
379 tests = ['zpool_wait_no_activity', 'zpool_wait_usage']
380 tags = ['functional', 'cli_root', 'zpool_wait']
382 [tests/functional/cli_root/zpool_wait/scan]
383 tests = ['zpool_wait_scrub_flag']
384 tags = ['functional', 'cli_root', 'zpool_wait']
386 [tests/functional/cli_user/misc]
387 tests = ['zdb_001_neg', 'zfs_001_neg', 'zfs_allow_001_neg',
388 'zfs_clone_001_neg', 'zfs_create_001_neg', 'zfs_destroy_001_neg',
389 'zfs_get_001_neg', 'zfs_inherit_001_neg', 'zfs_mount_001_neg',
390 'zfs_promote_001_neg', 'zfs_receive_001_neg', 'zfs_rename_001_neg',
391 'zfs_rollback_001_neg', 'zfs_send_001_neg', 'zfs_set_001_neg',
392 'zfs_snapshot_001_neg', 'zfs_unallow_001_neg',
393 'zfs_unmount_001_neg', 'zfs_upgrade_001_neg',
394 'zpool_001_neg', 'zpool_add_001_neg', 'zpool_attach_001_neg',
395 'zpool_clear_001_neg', 'zpool_create_001_neg', 'zpool_destroy_001_neg',
396 'zpool_detach_001_neg', 'zpool_export_001_neg', 'zpool_get_001_neg',
397 'zpool_history_001_neg', 'zpool_offline_001_neg', 'zpool_online_001_neg',
398 'zpool_remove_001_neg', 'zpool_scrub_001_neg', 'zpool_set_001_neg',
399 'zpool_status_001_neg', 'zpool_upgrade_001_neg', 'arcstat_001_pos',
400 'arc_summary_001_pos', 'arc_summary_002_neg', 'zpool_wait_privilege',
401 'zilstat_001_pos']
402 user =
403 tags = ['functional', 'cli_user', 'misc']
405 [tests/functional/cli_user/zpool_iostat]
406 tests = ['zpool_iostat_001_neg', 'zpool_iostat_002_pos',
407 'zpool_iostat_003_neg', 'zpool_iostat_004_pos',
408 'zpool_iostat_-c_disable',
409 'zpool_iostat_-c_homedir', 'zpool_iostat_-c_searchpath']
410 user =
411 tags = ['functional', 'cli_user', 'zpool_iostat']
413 [tests/functional/cli_user/zpool_list]
414 tests = ['zpool_list_001_pos', 'zpool_list_002_neg']
415 user =
416 tags = ['functional', 'cli_user', 'zpool_list']
418 [tests/functional/compression]
419 tests = ['compress_003_pos','compress_zstd_bswap']
420 tags = ['functional', 'compression']
422 [tests/functional/exec]
423 tests = ['exec_001_pos', 'exec_002_neg']
424 tags = ['functional', 'exec']
426 [tests/functional/features/large_dnode]
427 tests = ['large_dnode_003_pos', 'large_dnode_004_neg',
428 'large_dnode_005_pos', 'large_dnode_007_neg']
429 tags = ['functional', 'features', 'large_dnode']
431 [tests/functional/grow]
432 pre =
433 post =
434 tests = ['grow_pool_001_pos', 'grow_replicas_001_pos']
435 tags = ['functional', 'grow']
437 [tests/functional/history]
438 tests = ['history_004_pos', 'history_005_neg', 'history_007_pos',
439 'history_009_pos']
440 tags = ['functional', 'history']
442 [tests/functional/hkdf]
443 pre =
444 post =
445 tests = ['hkdf_test']
446 tags = ['functional', 'hkdf']
448 [tests/functional/inuse]
449 tests = ['inuse_004_pos', 'inuse_005_pos']
450 post =
451 tags = ['functional', 'inuse']
453 [tests/functional/large_files]
454 tests = ['large_files_001_pos', 'large_files_002_pos']
455 tags = ['functional', 'large_files']
457 [tests/functional/libzfs]
458 tests = ['many_fds', 'libzfs_input']
459 tags = ['functional', 'libzfs']
461 [tests/functional/limits]
462 tests = ['filesystem_count', 'snapshot_count']
463 tags = ['functional', 'limits']
465 [tests/functional/link_count]
466 tests = ['link_count_root_inode']
467 tags = ['functional', 'link_count']
469 [tests/functional/log_spacemap]
470 tests = ['log_spacemap_import_logs']
471 pre =
472 post =
473 tags = ['functional', 'log_spacemap']
475 [tests/functional/migration]
476 tests = ['migration_001_pos', 'migration_002_pos', 'migration_003_pos',
477 'migration_004_pos', 'migration_005_pos', 'migration_006_pos',
478 'migration_007_pos', 'migration_008_pos', 'migration_009_pos',
479 'migration_010_pos', 'migration_011_pos', 'migration_012_pos']
480 tags = ['functional', 'migration']
482 [tests/functional/mmap]
483 tests = ['mmap_read_001_pos']
484 tags = ['functional', 'mmap']
486 [tests/functional/nestedfs]
487 tests = ['nestedfs_001_pos']
488 tags = ['functional', 'nestedfs']
490 [tests/functional/nopwrite]
491 tests = ['nopwrite_sync', 'nopwrite_volume']
492 tags = ['functional', 'nopwrite']
494 [tests/functional/pool_checkpoint]
495 tests = ['checkpoint_conf_change', 'checkpoint_discard_many',
496 'checkpoint_removal', 'checkpoint_sm_scale', 'checkpoint_twice']
497 tags = ['functional', 'pool_checkpoint']
498 timeout = 1800
500 [tests/functional/poolversion]
501 tests = ['poolversion_001_pos', 'poolversion_002_pos']
502 tags = ['functional', 'poolversion']
504 [tests/functional/redacted_send]
505 tests = ['redacted_compressed', 'redacted_contents', 'redacted_deleted',
506 'redacted_disabled_feature', 'redacted_incrementals',
507 'redacted_largeblocks', 'redacted_mixed_recsize', 'redacted_negative',
508 'redacted_origin', 'redacted_props', 'redacted_resume', 'redacted_size']
509 tags = ['functional', 'redacted_send']
511 [tests/functional/raidz]
512 tests = ['raidz_001_neg']
513 tags = ['functional', 'raidz']
515 [tests/functional/refquota]
516 tests = ['refquota_001_pos', 'refquota_002_pos', 'refquota_003_pos',
517 'refquota_004_pos', 'refquota_005_pos', 'refquota_006_neg',
518 'refquota_007_neg']
519 tags = ['functional', 'refquota']
521 [tests/functional/refreserv]
522 tests = ['refreserv_001_pos', 'refreserv_002_pos', 'refreserv_003_pos',
523 'refreserv_005_pos', 'refreserv_multi_raidz']
524 tags = ['functional', 'refreserv']
526 [tests/functional/removal]
527 pre =
528 tests = ['removal_all_vdev', 'removal_sanity', 'removal_with_dedup',
529 'removal_with_ganging', 'removal_with_faulted']
530 tags = ['functional', 'removal']
532 [tests/functional/replacement]
533 tests = ['rebuild_raidz']
534 tags = ['functional', 'replacement']
536 [tests/functional/reservation]
537 tests = ['reservation_001_pos', 'reservation_002_pos', 'reservation_003_pos',
538 'reservation_004_pos', 'reservation_005_pos', 'reservation_006_pos',
539 'reservation_007_pos', 'reservation_008_pos', 'reservation_009_pos',
540 'reservation_010_pos', 'reservation_011_pos', 'reservation_012_pos',
541 'reservation_014_pos', 'reservation_015_pos',
542 'reservation_016_pos', 'reservation_017_pos', 'reservation_018_pos',
543 'reservation_019_pos', 'reservation_020_pos', 'reservation_021_neg',
544 'reservation_022_pos']
545 tags = ['functional', 'reservation']
547 [tests/functional/rsend]
548 tests = ['recv_dedup', 'recv_dedup_encrypted_zvol', 'rsend_001_pos',
549 'rsend_002_pos', 'rsend_003_pos', 'rsend_004_pos', 'rsend_005_pos',
550 'rsend_006_pos', 'rsend_009_pos', 'rsend_010_pos', 'rsend_011_pos',
551 'rsend_014_pos', 'rsend_016_neg', 'send-c_verify_contents',
552 'send-c_volume', 'send-c_zstreamdump', 'send-c_recv_dedup',
553 'send-L_toggle', 'send_encrypted_hierarchy', 'send_encrypted_props',
554 'send_encrypted_freeobjects',
555 'send_encrypted_truncated_files', 'send_freeobjects', 'send_holds',
556 'send_mixed_raw', 'send-wR_encrypted_zvol', 'send_partial_dataset',
557 'send_invalid']
558 tags = ['functional', 'rsend']
560 [tests/functional/scrub_mirror]
561 tests = ['scrub_mirror_001_pos', 'scrub_mirror_002_pos']
562 tags = ['functional', 'scrub_mirror']
564 [tests/functional/slog]
565 tests = ['slog_008_neg', 'slog_009_neg', 'slog_010_neg']
566 tags = ['functional', 'slog']
568 [tests/functional/snapshot]
569 tests = ['clone_001_pos', 'rollback_001_pos', 'rollback_002_pos',
570 'snapshot_001_pos', 'snapshot_002_pos', 'snapshot_003_pos',
571 'snapshot_004_pos', 'snapshot_005_pos', 'snapshot_006_pos',
572 'snapshot_007_pos', 'snapshot_008_pos', 'snapshot_009_pos',
573 'snapshot_010_pos', 'snapshot_011_pos', 'snapshot_012_pos',
574 'snapshot_013_pos', 'snapshot_014_pos', 'snapshot_017_pos',
575 'snapshot_018_pos']
576 tags = ['functional', 'snapshot']
578 [tests/functional/snapused]
579 tests = ['snapused_002_pos', 'snapused_004_pos', 'snapused_005_pos']
580 tags = ['functional', 'snapused']
582 [tests/functional/sparse]
583 tests = ['sparse_001_pos']
584 tags = ['functional', 'sparse']
586 [tests/functional/suid]
587 tests = ['suid_write_to_suid', 'suid_write_to_sgid', 'suid_write_to_suid_sgid',
588 'suid_write_to_none']
589 tags = ['functional', 'suid']
591 [tests/functional/append]
592 tests = ['threadsappend_001_pos']
593 tags = ['functional', 'threadsappend']
595 [tests/functional/truncate]
596 tests = ['truncate_001_pos', 'truncate_002_pos']
597 tags = ['functional', 'truncate']
599 [tests/functional/upgrade]
600 tests = ['upgrade_userobj_001_pos', 'upgrade_readonly_pool']
601 tags = ['functional', 'upgrade']
603 [tests/functional/vdev_disk:Linux]
604 pre =
605 post =
606 tests = ['page_alignment']
607 tags = ['functional', 'vdev_disk']
609 [tests/functional/vdev_zaps]
610 tests = ['vdev_zaps_001_pos', 'vdev_zaps_003_pos', 'vdev_zaps_004_pos',
611 'vdev_zaps_005_pos', 'vdev_zaps_006_pos']
612 tags = ['functional', 'vdev_zaps']
614 [tests/functional/xattr]
615 tests = ['xattr_001_pos', 'xattr_002_neg', 'xattr_003_neg', 'xattr_004_pos',
616 'xattr_005_pos', 'xattr_006_pos', 'xattr_007_neg',
617 'xattr_011_pos', 'xattr_013_pos', 'xattr_compat']
618 tags = ['functional', 'xattr']
620 [tests/functional/zvol/zvol_ENOSPC]
621 tests = ['zvol_ENOSPC_001_pos']
622 tags = ['functional', 'zvol', 'zvol_ENOSPC']
624 [tests/functional/zvol/zvol_cli]
625 tests = ['zvol_cli_001_pos', 'zvol_cli_002_pos', 'zvol_cli_003_neg']
626 tags = ['functional', 'zvol', 'zvol_cli']
628 [tests/functional/zvol/zvol_swap]
629 tests = ['zvol_swap_001_pos', 'zvol_swap_002_pos']
630 tags = ['functional', 'zvol', 'zvol_swap']
632 [tests/functional/zpool_influxdb]
633 tests = ['zpool_influxdb']
634 tags = ['functional', 'zpool_influxdb']
636 [tests/functional/pyzfs]
637 tests = ['pyzfs_unittest']
638 pre =
639 post =
640 tags = ['functional', 'pyzfs']