]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/contrib/openzfs/tests/runfiles/common.run
Import device-tree files from Linux 5.17
[FreeBSD/FreeBSD.git] / sys / contrib / openzfs / tests / runfiles / common.run
1 #
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.
6 #
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.
10 #
11 # This run file contains all of the common functional tests.  When
12 # adding a new test consider also adding it to the sanity.run file
13 # if the new test runs to completion in only a few seconds.
14 #
15 # Approximate run time: 4-5 hours
16 #
17
18 [DEFAULT]
19 pre = setup
20 quiet = False
21 pre_user = root
22 user = root
23 timeout = 600
24 post_user = root
25 post = cleanup
26 failsafe_user = root
27 failsafe = callbacks/zfs_failsafe
28 outputdir = /var/tmp/test_results
29 tags = ['functional']
30
31 [tests/functional/acl/off]
32 tests = ['dosmode', 'posixmode']
33 tags = ['functional', 'acl']
34
35 [tests/functional/alloc_class]
36 tests = ['alloc_class_001_pos', 'alloc_class_002_neg', 'alloc_class_003_pos',
37     'alloc_class_004_pos', 'alloc_class_005_pos', 'alloc_class_006_pos',
38     'alloc_class_007_pos', 'alloc_class_008_pos', 'alloc_class_009_pos',
39     'alloc_class_010_pos', 'alloc_class_011_neg', 'alloc_class_012_pos',
40     'alloc_class_013_pos']
41 tags = ['functional', 'alloc_class']
42
43 [tests/functional/append]
44 tests = ['file_append', 'threadsappend_001_pos']
45 tags = ['functional', 'append']
46
47 [tests/functional/arc]
48 tests = ['dbufstats_001_pos', 'dbufstats_002_pos', 'dbufstats_003_pos',
49     'arcstats_runtime_tuning']
50 tags = ['functional', 'arc']
51
52 [tests/functional/atime]
53 tests = ['atime_001_pos', 'atime_002_neg', 'root_atime_off', 'root_atime_on']
54 tags = ['functional', 'atime']
55
56 [tests/functional/bootfs]
57 tests = ['bootfs_001_pos', 'bootfs_002_neg', 'bootfs_003_pos',
58     'bootfs_004_neg', 'bootfs_005_neg', 'bootfs_006_pos', 'bootfs_007_pos',
59     'bootfs_008_pos']
60 tags = ['functional', 'bootfs']
61
62 [tests/functional/btree]
63 tests = ['btree_positive', 'btree_negative']
64 tags = ['functional', 'btree']
65 pre =
66 post =
67
68 [tests/functional/cache]
69 tests = ['cache_001_pos', 'cache_002_pos', 'cache_003_pos', 'cache_004_neg',
70     'cache_005_neg', 'cache_006_pos', 'cache_007_neg', 'cache_008_neg',
71     'cache_009_pos', 'cache_010_pos', 'cache_011_pos', 'cache_012_pos']
72 tags = ['functional', 'cache']
73
74 [tests/functional/cachefile]
75 tests = ['cachefile_001_pos', 'cachefile_002_pos', 'cachefile_003_pos',
76     'cachefile_004_pos']
77 tags = ['functional', 'cachefile']
78
79 [tests/functional/casenorm]
80 tests = ['case_all_values', 'norm_all_values', 'mixed_create_failure',
81     'sensitive_none_lookup', 'sensitive_none_delete',
82     'sensitive_formd_lookup', 'sensitive_formd_delete',
83     'insensitive_none_lookup', 'insensitive_none_delete',
84     'insensitive_formd_lookup', 'insensitive_formd_delete',
85     'mixed_none_lookup', 'mixed_none_lookup_ci', 'mixed_none_delete',
86     'mixed_formd_lookup', 'mixed_formd_lookup_ci', 'mixed_formd_delete']
87 tags = ['functional', 'casenorm']
88
89 [tests/functional/channel_program/lua_core]
90 tests = ['tst.args_to_lua', 'tst.divide_by_zero', 'tst.exists',
91     'tst.integer_illegal', 'tst.integer_overflow', 'tst.language_functions_neg',
92     'tst.language_functions_pos', 'tst.large_prog', 'tst.libraries',
93     'tst.memory_limit', 'tst.nested_neg', 'tst.nested_pos', 'tst.nvlist_to_lua',
94     'tst.recursive_neg', 'tst.recursive_pos', 'tst.return_large',
95     'tst.return_nvlist_neg', 'tst.return_nvlist_pos',
96     'tst.return_recursive_table', 'tst.stack_gsub', 'tst.timeout']
97 tags = ['functional', 'channel_program', 'lua_core']
98
99 [tests/functional/channel_program/synctask_core]
100 tests = ['tst.destroy_fs', 'tst.destroy_snap', 'tst.get_count_and_limit',
101     'tst.get_index_props', 'tst.get_mountpoint', 'tst.get_neg',
102     'tst.get_number_props', 'tst.get_string_props', 'tst.get_type',
103     'tst.get_userquota', 'tst.get_written', 'tst.inherit', 'tst.list_bookmarks',
104     'tst.list_children', 'tst.list_clones', 'tst.list_holds',
105     'tst.list_snapshots', 'tst.list_system_props',
106     'tst.list_user_props', 'tst.parse_args_neg','tst.promote_conflict',
107     'tst.promote_multiple', 'tst.promote_simple', 'tst.rollback_mult',
108     'tst.rollback_one', 'tst.set_props', 'tst.snapshot_destroy', 'tst.snapshot_neg',
109     'tst.snapshot_recursive', 'tst.snapshot_simple',
110     'tst.bookmark.create', 'tst.bookmark.copy',
111     'tst.terminate_by_signal'
112     ]
113 tags = ['functional', 'channel_program', 'synctask_core']
114
115 [tests/functional/checksum]
116 tests = ['run_edonr_test', 'run_sha2_test', 'run_skein_test', 'run_blake3_test',
117     'filetest_001_pos', 'filetest_002_pos']
118 tags = ['functional', 'checksum']
119
120 [tests/functional/clean_mirror]
121 tests = [ 'clean_mirror_001_pos', 'clean_mirror_002_pos',
122     'clean_mirror_003_pos', 'clean_mirror_004_pos']
123 tags = ['functional', 'clean_mirror']
124
125 [tests/functional/cli_root/zdb]
126 tests = ['zdb_002_pos', 'zdb_003_pos', 'zdb_004_pos', 'zdb_005_pos',
127     'zdb_006_pos', 'zdb_args_neg', 'zdb_args_pos',
128     'zdb_block_size_histogram', 'zdb_checksum', 'zdb_decompress',
129     'zdb_display_block', 'zdb_label_checksum', 'zdb_object_range_neg',
130     'zdb_object_range_pos', 'zdb_objset_id', 'zdb_decompress_zstd',
131     'zdb_recover', 'zdb_recover_2']
132 pre =
133 post =
134 tags = ['functional', 'cli_root', 'zdb']
135
136 [tests/functional/cli_root/zfs]
137 tests = ['zfs_001_neg', 'zfs_002_pos']
138 tags = ['functional', 'cli_root', 'zfs']
139
140 [tests/functional/cli_root/zfs_bookmark]
141 tests = ['zfs_bookmark_cliargs']
142 tags = ['functional', 'cli_root', 'zfs_bookmark']
143
144 [tests/functional/cli_root/zfs_change-key]
145 tests = ['zfs_change-key', 'zfs_change-key_child', 'zfs_change-key_format',
146     'zfs_change-key_inherit', 'zfs_change-key_load', 'zfs_change-key_location',
147     'zfs_change-key_pbkdf2iters', 'zfs_change-key_clones']
148 tags = ['functional', 'cli_root', 'zfs_change-key']
149
150 [tests/functional/cli_root/zfs_clone]
151 tests = ['zfs_clone_001_neg', 'zfs_clone_002_pos', 'zfs_clone_003_pos',
152     'zfs_clone_004_pos', 'zfs_clone_005_pos', 'zfs_clone_006_pos',
153     'zfs_clone_007_pos', 'zfs_clone_008_neg', 'zfs_clone_009_neg',
154     'zfs_clone_010_pos', 'zfs_clone_encrypted', 'zfs_clone_deeply_nested']
155 tags = ['functional', 'cli_root', 'zfs_clone']
156
157 [tests/functional/cli_root/zfs_copies]
158 tests = ['zfs_copies_001_pos', 'zfs_copies_002_pos', 'zfs_copies_003_pos',
159     'zfs_copies_004_neg', 'zfs_copies_005_neg', 'zfs_copies_006_pos']
160 tags = ['functional', 'cli_root', 'zfs_copies']
161
162 [tests/functional/cli_root/zfs_create]
163 tests = ['zfs_create_001_pos', 'zfs_create_002_pos', 'zfs_create_003_pos',
164     'zfs_create_004_pos', 'zfs_create_005_pos', 'zfs_create_006_pos',
165     'zfs_create_007_pos', 'zfs_create_008_neg', 'zfs_create_009_neg',
166     'zfs_create_010_neg', 'zfs_create_011_pos', 'zfs_create_012_pos',
167     'zfs_create_013_pos', 'zfs_create_014_pos', 'zfs_create_encrypted',
168     'zfs_create_crypt_combos', 'zfs_create_dryrun', 'zfs_create_nomount',
169     'zfs_create_verbose']
170 tags = ['functional', 'cli_root', 'zfs_create']
171
172 [tests/functional/cli_root/zfs_destroy]
173 tests = ['zfs_clone_livelist_condense_and_disable',
174     'zfs_clone_livelist_condense_races', 'zfs_clone_livelist_dedup',
175     'zfs_destroy_001_pos', 'zfs_destroy_002_pos', 'zfs_destroy_003_pos',
176     'zfs_destroy_004_pos', 'zfs_destroy_005_neg', 'zfs_destroy_006_neg',
177     'zfs_destroy_007_neg', 'zfs_destroy_008_pos', 'zfs_destroy_009_pos',
178     'zfs_destroy_010_pos', 'zfs_destroy_011_pos', 'zfs_destroy_012_pos',
179     'zfs_destroy_013_neg', 'zfs_destroy_014_pos', 'zfs_destroy_015_pos',
180     'zfs_destroy_016_pos', 'zfs_destroy_clone_livelist',
181     'zfs_destroy_dev_removal', 'zfs_destroy_dev_removal_condense']
182 tags = ['functional', 'cli_root', 'zfs_destroy']
183
184 [tests/functional/cli_root/zfs_diff]
185 tests = ['zfs_diff_changes', 'zfs_diff_cliargs', 'zfs_diff_timestamp',
186     'zfs_diff_types', 'zfs_diff_encrypted', 'zfs_diff_mangle']
187 tags = ['functional', 'cli_root', 'zfs_diff']
188
189 [tests/functional/cli_root/zfs_get]
190 tests = ['zfs_get_001_pos', 'zfs_get_002_pos', 'zfs_get_003_pos',
191     'zfs_get_004_pos', 'zfs_get_005_neg', 'zfs_get_006_neg', 'zfs_get_007_neg',
192     'zfs_get_008_pos', 'zfs_get_009_pos', 'zfs_get_010_neg']
193 tags = ['functional', 'cli_root', 'zfs_get']
194
195 [tests/functional/cli_root/zfs_ids_to_path]
196 tests = ['zfs_ids_to_path_001_pos']
197 tags = ['functional', 'cli_root', 'zfs_ids_to_path']
198
199 [tests/functional/cli_root/zfs_inherit]
200 tests = ['zfs_inherit_001_neg', 'zfs_inherit_002_neg', 'zfs_inherit_003_pos',
201     'zfs_inherit_mountpoint']
202 tags = ['functional', 'cli_root', 'zfs_inherit']
203
204 [tests/functional/cli_root/zfs_load-key]
205 tests = ['zfs_load-key', 'zfs_load-key_all', 'zfs_load-key_file',
206     'zfs_load-key_https', 'zfs_load-key_location', 'zfs_load-key_noop',
207     'zfs_load-key_recursive']
208 tags = ['functional', 'cli_root', 'zfs_load-key']
209
210 [tests/functional/cli_root/zfs_mount]
211 tests = ['zfs_mount_001_pos', 'zfs_mount_002_pos', 'zfs_mount_003_pos',
212     'zfs_mount_004_pos', 'zfs_mount_005_pos', 'zfs_mount_007_pos',
213     'zfs_mount_009_neg', 'zfs_mount_010_neg', 'zfs_mount_011_neg',
214     'zfs_mount_012_pos', 'zfs_mount_all_001_pos', 'zfs_mount_encrypted',
215     'zfs_mount_remount', 'zfs_mount_all_fail', 'zfs_mount_all_mountpoints',
216     'zfs_mount_test_race']
217 tags = ['functional', 'cli_root', 'zfs_mount']
218
219 [tests/functional/cli_root/zfs_program]
220 tests = ['zfs_program_json']
221 tags = ['functional', 'cli_root', 'zfs_program']
222
223 [tests/functional/cli_root/zfs_promote]
224 tests = ['zfs_promote_001_pos', 'zfs_promote_002_pos', 'zfs_promote_003_pos',
225     'zfs_promote_004_pos', 'zfs_promote_005_pos', 'zfs_promote_006_neg',
226     'zfs_promote_007_neg', 'zfs_promote_008_pos', 'zfs_promote_encryptionroot']
227 tags = ['functional', 'cli_root', 'zfs_promote']
228
229 [tests/functional/cli_root/zfs_property]
230 tests = ['zfs_written_property_001_pos']
231 tags = ['functional', 'cli_root', 'zfs_property']
232
233 [tests/functional/cli_root/zfs_receive]
234 tests = ['zfs_receive_001_pos', 'zfs_receive_002_pos', 'zfs_receive_003_pos',
235     'zfs_receive_004_neg', 'zfs_receive_005_neg', 'zfs_receive_006_pos',
236     'zfs_receive_007_neg', 'zfs_receive_008_pos', 'zfs_receive_009_neg',
237     'zfs_receive_010_pos', 'zfs_receive_011_pos', 'zfs_receive_012_pos',
238     'zfs_receive_013_pos', 'zfs_receive_014_pos', 'zfs_receive_015_pos',
239     'zfs_receive_016_pos', 'receive-o-x_props_override',
240     'receive-o-x_props_aliases',
241     'zfs_receive_from_encrypted', 'zfs_receive_to_encrypted',
242     'zfs_receive_raw', 'zfs_receive_raw_incremental', 'zfs_receive_-e',
243     'zfs_receive_raw_-d', 'zfs_receive_from_zstd', 'zfs_receive_new_props',
244     'zfs_receive_-wR-encrypted-mix']
245 tags = ['functional', 'cli_root', 'zfs_receive']
246
247 [tests/functional/cli_root/zfs_rename]
248 tests = ['zfs_rename_001_pos', 'zfs_rename_002_pos', 'zfs_rename_003_pos',
249     'zfs_rename_004_neg', 'zfs_rename_005_neg', 'zfs_rename_006_pos',
250     'zfs_rename_007_pos', 'zfs_rename_008_pos', 'zfs_rename_009_neg',
251     'zfs_rename_010_neg', 'zfs_rename_011_pos', 'zfs_rename_012_neg',
252     'zfs_rename_013_pos', 'zfs_rename_014_neg', 'zfs_rename_encrypted_child',
253     'zfs_rename_to_encrypted', 'zfs_rename_mountpoint', 'zfs_rename_nounmount']
254 tags = ['functional', 'cli_root', 'zfs_rename']
255
256 [tests/functional/cli_root/zfs_reservation]
257 tests = ['zfs_reservation_001_pos', 'zfs_reservation_002_pos']
258 tags = ['functional', 'cli_root', 'zfs_reservation']
259
260 [tests/functional/cli_root/zfs_rollback]
261 tests = ['zfs_rollback_001_pos', 'zfs_rollback_002_pos',
262     'zfs_rollback_003_neg', 'zfs_rollback_004_neg']
263 tags = ['functional', 'cli_root', 'zfs_rollback']
264
265 [tests/functional/cli_root/zfs_send]
266 tests = ['zfs_send_001_pos', 'zfs_send_002_pos', 'zfs_send_003_pos',
267     'zfs_send_004_neg', 'zfs_send_005_pos', 'zfs_send_006_pos',
268     'zfs_send_007_pos', 'zfs_send_encrypted', 'zfs_send_raw',
269     'zfs_send_sparse', 'zfs_send-b', 'zfs_send_skip_missing']
270 tags = ['functional', 'cli_root', 'zfs_send']
271
272 [tests/functional/cli_root/zfs_set]
273 tests = ['cache_001_pos', 'cache_002_neg', 'canmount_001_pos',
274     'canmount_002_pos', 'canmount_003_pos', 'canmount_004_pos',
275     'checksum_001_pos', 'compression_001_pos', 'mountpoint_001_pos',
276     'mountpoint_002_pos', 'reservation_001_neg', 'user_property_002_pos',
277     'share_mount_001_neg', 'snapdir_001_pos', 'onoffs_001_pos',
278     'user_property_001_pos', 'user_property_003_neg', 'readonly_001_pos',
279     'user_property_004_pos', 'version_001_neg', 'zfs_set_001_neg',
280     'zfs_set_002_neg', 'zfs_set_003_neg', 'property_alias_001_pos',
281     'mountpoint_003_pos', 'ro_props_001_pos', 'zfs_set_keylocation',
282     'zfs_set_feature_activation']
283 tags = ['functional', 'cli_root', 'zfs_set']
284
285 [tests/functional/cli_root/zfs_share]
286 tests = ['zfs_share_001_pos', 'zfs_share_002_pos', 'zfs_share_003_pos',
287     'zfs_share_004_pos', 'zfs_share_006_pos', 'zfs_share_008_neg',
288     'zfs_share_010_neg', 'zfs_share_011_pos', 'zfs_share_concurrent_shares']
289 tags = ['functional', 'cli_root', 'zfs_share']
290
291 [tests/functional/cli_root/zfs_snapshot]
292 tests = ['zfs_snapshot_001_neg', 'zfs_snapshot_002_neg',
293     'zfs_snapshot_003_neg', 'zfs_snapshot_004_neg', 'zfs_snapshot_005_neg',
294     'zfs_snapshot_006_pos', 'zfs_snapshot_007_neg', 'zfs_snapshot_008_neg',
295     'zfs_snapshot_009_pos']
296 tags = ['functional', 'cli_root', 'zfs_snapshot']
297
298 [tests/functional/cli_root/zfs_unload-key]
299 tests = ['zfs_unload-key', 'zfs_unload-key_all', 'zfs_unload-key_recursive']
300 tags = ['functional', 'cli_root', 'zfs_unload-key']
301
302 [tests/functional/cli_root/zfs_unmount]
303 tests = ['zfs_unmount_001_pos', 'zfs_unmount_002_pos', 'zfs_unmount_003_pos',
304     'zfs_unmount_004_pos', 'zfs_unmount_005_pos', 'zfs_unmount_006_pos',
305     'zfs_unmount_007_neg', 'zfs_unmount_008_neg', 'zfs_unmount_009_pos',
306     'zfs_unmount_all_001_pos', 'zfs_unmount_nested', 'zfs_unmount_unload_keys']
307 tags = ['functional', 'cli_root', 'zfs_unmount']
308
309 [tests/functional/cli_root/zfs_unshare]
310 tests = ['zfs_unshare_001_pos', 'zfs_unshare_002_pos', 'zfs_unshare_003_pos',
311     'zfs_unshare_004_neg', 'zfs_unshare_005_neg', 'zfs_unshare_006_pos',
312     'zfs_unshare_007_pos', 'zfs_unshare_008_pos']
313 tags = ['functional', 'cli_root', 'zfs_unshare']
314
315 [tests/functional/cli_root/zfs_upgrade]
316 tests = ['zfs_upgrade_001_pos', 'zfs_upgrade_002_pos', 'zfs_upgrade_003_pos',
317     'zfs_upgrade_004_pos', 'zfs_upgrade_005_pos', 'zfs_upgrade_006_neg',
318     'zfs_upgrade_007_neg']
319 tags = ['functional', 'cli_root', 'zfs_upgrade']
320
321 [tests/functional/cli_root/zfs_wait]
322 tests = ['zfs_wait_deleteq', 'zfs_wait_getsubopt']
323 tags = ['functional', 'cli_root', 'zfs_wait']
324
325 [tests/functional/cli_root/zhack]
326 tests = ['zhack_label_checksum']
327 pre =
328 post =
329 tags = ['functional', 'cli_root', 'zhack']
330
331 [tests/functional/cli_root/zpool]
332 tests = ['zpool_001_neg', 'zpool_002_pos', 'zpool_003_pos', 'zpool_colors']
333 tags = ['functional', 'cli_root', 'zpool']
334
335 [tests/functional/cli_root/zpool_add]
336 tests = ['zpool_add_001_pos', 'zpool_add_002_pos', 'zpool_add_003_pos',
337     'zpool_add_004_pos', 'zpool_add_006_pos', 'zpool_add_007_neg',
338     'zpool_add_008_neg', 'zpool_add_009_neg', 'zpool_add_010_pos',
339     'add-o_ashift', 'add_prop_ashift', 'zpool_add_dryrun_output']
340 tags = ['functional', 'cli_root', 'zpool_add']
341
342 [tests/functional/cli_root/zpool_attach]
343 tests = ['zpool_attach_001_neg', 'attach-o_ashift']
344 tags = ['functional', 'cli_root', 'zpool_attach']
345
346 [tests/functional/cli_root/zpool_clear]
347 tests = ['zpool_clear_001_pos', 'zpool_clear_002_neg', 'zpool_clear_003_neg',
348     'zpool_clear_readonly']
349 tags = ['functional', 'cli_root', 'zpool_clear']
350
351 [tests/functional/cli_root/zpool_create]
352 tests = ['zpool_create_001_pos', 'zpool_create_002_pos',
353     'zpool_create_003_pos', 'zpool_create_004_pos', 'zpool_create_005_pos',
354     'zpool_create_006_pos', 'zpool_create_007_neg', 'zpool_create_008_pos',
355     'zpool_create_009_neg', 'zpool_create_010_neg', 'zpool_create_011_neg',
356     'zpool_create_012_neg', 'zpool_create_014_neg', 'zpool_create_015_neg',
357     'zpool_create_017_neg', 'zpool_create_018_pos', 'zpool_create_019_pos',
358     'zpool_create_020_pos', 'zpool_create_021_pos', 'zpool_create_022_pos',
359     'zpool_create_023_neg', 'zpool_create_024_pos',
360     'zpool_create_encrypted', 'zpool_create_crypt_combos',
361     'zpool_create_draid_001_pos', 'zpool_create_draid_002_pos',
362     'zpool_create_draid_003_pos', 'zpool_create_draid_004_pos',
363     'zpool_create_features_001_pos', 'zpool_create_features_002_pos',
364     'zpool_create_features_003_pos', 'zpool_create_features_004_neg',
365     'zpool_create_features_005_pos', 'zpool_create_features_006_pos',
366     'zpool_create_features_007_pos', 'zpool_create_features_008_pos',
367     'zpool_create_features_009_pos', 'create-o_ashift',
368     'zpool_create_tempname', 'zpool_create_dryrun_output']
369 tags = ['functional', 'cli_root', 'zpool_create']
370
371 [tests/functional/cli_root/zpool_destroy]
372 tests = ['zpool_destroy_001_pos', 'zpool_destroy_002_pos',
373     'zpool_destroy_003_neg']
374 pre =
375 post =
376 tags = ['functional', 'cli_root', 'zpool_destroy']
377
378 [tests/functional/cli_root/zpool_detach]
379 tests = ['zpool_detach_001_neg']
380 tags = ['functional', 'cli_root', 'zpool_detach']
381
382 [tests/functional/cli_root/zpool_events]
383 tests = ['zpool_events_clear', 'zpool_events_cliargs', 'zpool_events_follow',
384     'zpool_events_poolname', 'zpool_events_errors', 'zpool_events_duplicates',
385     'zpool_events_clear_retained']
386 tags = ['functional', 'cli_root', 'zpool_events']
387
388 [tests/functional/cli_root/zpool_export]
389 tests = ['zpool_export_001_pos', 'zpool_export_002_pos',
390     'zpool_export_003_neg', 'zpool_export_004_pos']
391 tags = ['functional', 'cli_root', 'zpool_export']
392
393 [tests/functional/cli_root/zpool_get]
394 tests = ['zpool_get_001_pos', 'zpool_get_002_pos', 'zpool_get_003_pos',
395     'zpool_get_004_neg', 'zpool_get_005_pos']
396 tags = ['functional', 'cli_root', 'zpool_get']
397
398 [tests/functional/cli_root/zpool_history]
399 tests = ['zpool_history_001_neg', 'zpool_history_002_pos']
400 tags = ['functional', 'cli_root', 'zpool_history']
401
402 [tests/functional/cli_root/zpool_import]
403 tests = ['zpool_import_001_pos', 'zpool_import_002_pos',
404     'zpool_import_003_pos', 'zpool_import_004_pos', 'zpool_import_005_pos',
405     'zpool_import_006_pos', 'zpool_import_007_pos', 'zpool_import_008_pos',
406     'zpool_import_009_neg', 'zpool_import_010_pos', 'zpool_import_011_neg',
407     'zpool_import_012_pos', 'zpool_import_013_neg', 'zpool_import_014_pos',
408     'zpool_import_015_pos', 'zpool_import_016_pos', 'zpool_import_017_pos',
409     'zpool_import_features_001_pos', 'zpool_import_features_002_neg',
410     'zpool_import_features_003_pos', 'zpool_import_missing_001_pos',
411     'zpool_import_missing_002_pos', 'zpool_import_missing_003_pos',
412     'zpool_import_rename_001_pos', 'zpool_import_all_001_pos',
413     'zpool_import_encrypted', 'zpool_import_encrypted_load',
414     'zpool_import_errata3', 'zpool_import_errata4',
415     'import_cachefile_device_added',
416     'import_cachefile_device_removed',
417     'import_cachefile_device_replaced',
418     'import_cachefile_mirror_attached',
419     'import_cachefile_mirror_detached',
420     'import_cachefile_paths_changed',
421     'import_cachefile_shared_device',
422     'import_devices_missing',
423     'import_paths_changed',
424     'import_rewind_config_changed',
425     'import_rewind_device_replaced']
426 tags = ['functional', 'cli_root', 'zpool_import']
427 timeout = 1200
428
429 [tests/functional/cli_root/zpool_labelclear]
430 tests = ['zpool_labelclear_active', 'zpool_labelclear_exported',
431     'zpool_labelclear_removed', 'zpool_labelclear_valid']
432 pre =
433 post =
434 tags = ['functional', 'cli_root', 'zpool_labelclear']
435
436 [tests/functional/cli_root/zpool_initialize]
437 tests = ['zpool_initialize_attach_detach_add_remove',
438     'zpool_initialize_fault_export_import_online',
439     'zpool_initialize_import_export',
440     'zpool_initialize_offline_export_import_online',
441     'zpool_initialize_online_offline',
442     'zpool_initialize_split',
443     'zpool_initialize_start_and_cancel_neg',
444     'zpool_initialize_start_and_cancel_pos',
445     'zpool_initialize_suspend_resume',
446     'zpool_initialize_unsupported_vdevs',
447     'zpool_initialize_verify_checksums',
448     'zpool_initialize_verify_initialized']
449 pre =
450 tags = ['functional', 'cli_root', 'zpool_initialize']
451
452 [tests/functional/cli_root/zpool_offline]
453 tests = ['zpool_offline_001_pos', 'zpool_offline_002_neg',
454     'zpool_offline_003_pos']
455 tags = ['functional', 'cli_root', 'zpool_offline']
456
457 [tests/functional/cli_root/zpool_online]
458 tests = ['zpool_online_001_pos', 'zpool_online_002_neg']
459 tags = ['functional', 'cli_root', 'zpool_online']
460
461 [tests/functional/cli_root/zpool_remove]
462 tests = ['zpool_remove_001_neg', 'zpool_remove_002_pos',
463     'zpool_remove_003_pos']
464 tags = ['functional', 'cli_root', 'zpool_remove']
465
466 [tests/functional/cli_root/zpool_replace]
467 tests = ['zpool_replace_001_neg', 'replace-o_ashift', 'replace_prop_ashift']
468 tags = ['functional', 'cli_root', 'zpool_replace']
469
470 [tests/functional/cli_root/zpool_resilver]
471 tests = ['zpool_resilver_bad_args', 'zpool_resilver_restart']
472 tags = ['functional', 'cli_root', 'zpool_resilver']
473
474 [tests/functional/cli_root/zpool_scrub]
475 tests = ['zpool_scrub_001_neg', 'zpool_scrub_002_pos', 'zpool_scrub_003_pos',
476     'zpool_scrub_004_pos', 'zpool_scrub_005_pos',
477     'zpool_scrub_encrypted_unloaded', 'zpool_scrub_print_repairing',
478     'zpool_scrub_offline_device', 'zpool_scrub_multiple_copies']
479 tags = ['functional', 'cli_root', 'zpool_scrub']
480
481 [tests/functional/cli_root/zpool_set]
482 tests = ['zpool_set_001_pos', 'zpool_set_002_neg', 'zpool_set_003_neg',
483     'zpool_set_ashift', 'zpool_set_features']
484 tags = ['functional', 'cli_root', 'zpool_set']
485
486 [tests/functional/cli_root/zpool_split]
487 tests = ['zpool_split_cliargs', 'zpool_split_devices',
488     'zpool_split_encryption', 'zpool_split_props', 'zpool_split_vdevs',
489     'zpool_split_resilver', 'zpool_split_indirect',
490     'zpool_split_dryrun_output']
491 tags = ['functional', 'cli_root', 'zpool_split']
492
493 [tests/functional/cli_root/zpool_status]
494 tests = ['zpool_status_001_pos', 'zpool_status_002_pos',
495     'zpool_status_003_pos', 'zpool_status_004_pos',
496     'zpool_status_features_001_pos']
497 tags = ['functional', 'cli_root', 'zpool_status']
498
499 [tests/functional/cli_root/zpool_sync]
500 tests = ['zpool_sync_001_pos', 'zpool_sync_002_neg']
501 tags = ['functional', 'cli_root', 'zpool_sync']
502
503 [tests/functional/cli_root/zpool_trim]
504 tests = ['zpool_trim_attach_detach_add_remove',
505     'zpool_trim_fault_export_import_online',
506     'zpool_trim_import_export', 'zpool_trim_multiple', 'zpool_trim_neg',
507     'zpool_trim_offline_export_import_online', 'zpool_trim_online_offline',
508     'zpool_trim_partial', 'zpool_trim_rate', 'zpool_trim_rate_neg',
509     'zpool_trim_secure', 'zpool_trim_split', 'zpool_trim_start_and_cancel_neg',
510     'zpool_trim_start_and_cancel_pos', 'zpool_trim_suspend_resume',
511     'zpool_trim_unsupported_vdevs', 'zpool_trim_verify_checksums',
512     'zpool_trim_verify_trimmed']
513 tags = ['functional', 'zpool_trim']
514
515 [tests/functional/cli_root/zpool_upgrade]
516 tests = ['zpool_upgrade_001_pos', 'zpool_upgrade_002_pos',
517     'zpool_upgrade_003_pos', 'zpool_upgrade_004_pos',
518     'zpool_upgrade_005_neg', 'zpool_upgrade_006_neg',
519     'zpool_upgrade_007_pos', 'zpool_upgrade_008_pos',
520     'zpool_upgrade_009_neg', 'zpool_upgrade_features_001_pos']
521 tags = ['functional', 'cli_root', 'zpool_upgrade']
522
523 [tests/functional/cli_root/zpool_wait]
524 tests = ['zpool_wait_discard', 'zpool_wait_freeing',
525     'zpool_wait_initialize_basic', 'zpool_wait_initialize_cancel',
526     'zpool_wait_initialize_flag', 'zpool_wait_multiple',
527     'zpool_wait_no_activity', 'zpool_wait_remove', 'zpool_wait_remove_cancel',
528     'zpool_wait_trim_basic', 'zpool_wait_trim_cancel', 'zpool_wait_trim_flag',
529     'zpool_wait_usage']
530 tags = ['functional', 'cli_root', 'zpool_wait']
531
532 [tests/functional/cli_root/zpool_wait/scan]
533 tests = ['zpool_wait_replace_cancel', 'zpool_wait_rebuild',
534     'zpool_wait_resilver', 'zpool_wait_scrub_cancel',
535     'zpool_wait_replace', 'zpool_wait_scrub_basic', 'zpool_wait_scrub_flag']
536 tags = ['functional', 'cli_root', 'zpool_wait']
537
538 [tests/functional/cli_user/misc]
539 tests = ['zdb_001_neg', 'zfs_001_neg', 'zfs_allow_001_neg',
540     'zfs_clone_001_neg', 'zfs_create_001_neg', 'zfs_destroy_001_neg',
541     'zfs_get_001_neg', 'zfs_inherit_001_neg', 'zfs_mount_001_neg',
542     'zfs_promote_001_neg', 'zfs_receive_001_neg', 'zfs_rename_001_neg',
543     'zfs_rollback_001_neg', 'zfs_send_001_neg', 'zfs_set_001_neg',
544     'zfs_share_001_neg', 'zfs_snapshot_001_neg', 'zfs_unallow_001_neg',
545     'zfs_unmount_001_neg', 'zfs_unshare_001_neg', 'zfs_upgrade_001_neg',
546     'zpool_001_neg', 'zpool_add_001_neg', 'zpool_attach_001_neg',
547     'zpool_clear_001_neg', 'zpool_create_001_neg', 'zpool_destroy_001_neg',
548     'zpool_detach_001_neg', 'zpool_export_001_neg', 'zpool_get_001_neg',
549     'zpool_history_001_neg', 'zpool_import_001_neg', 'zpool_import_002_neg',
550     'zpool_offline_001_neg', 'zpool_online_001_neg', 'zpool_remove_001_neg',
551     'zpool_replace_001_neg', 'zpool_scrub_001_neg', 'zpool_set_001_neg',
552     'zpool_status_001_neg', 'zpool_upgrade_001_neg', 'arcstat_001_pos',
553     'arc_summary_001_pos', 'arc_summary_002_neg', 'zpool_wait_privilege']
554 user =
555 tags = ['functional', 'cli_user', 'misc']
556
557 [tests/functional/cli_user/zfs_list]
558 tests = ['zfs_list_001_pos', 'zfs_list_002_pos', 'zfs_list_003_pos',
559     'zfs_list_004_neg', 'zfs_list_005_neg', 'zfs_list_007_pos',
560     'zfs_list_008_neg']
561 user =
562 tags = ['functional', 'cli_user', 'zfs_list']
563
564 [tests/functional/cli_user/zpool_iostat]
565 tests = ['zpool_iostat_001_neg', 'zpool_iostat_002_pos',
566     'zpool_iostat_003_neg', 'zpool_iostat_004_pos',
567     'zpool_iostat_005_pos', 'zpool_iostat_-c_disable',
568     'zpool_iostat_-c_homedir', 'zpool_iostat_-c_searchpath']
569 user =
570 tags = ['functional', 'cli_user', 'zpool_iostat']
571
572 [tests/functional/cli_user/zpool_list]
573 tests = ['zpool_list_001_pos', 'zpool_list_002_neg']
574 user =
575 tags = ['functional', 'cli_user', 'zpool_list']
576
577 [tests/functional/cli_user/zpool_status]
578 tests = ['zpool_status_003_pos', 'zpool_status_-c_disable',
579     'zpool_status_-c_homedir', 'zpool_status_-c_searchpath']
580 user =
581 tags = ['functional', 'cli_user', 'zpool_status']
582
583 [tests/functional/compression]
584 tests = ['compress_001_pos', 'compress_002_pos', 'compress_003_pos',
585     'l2arc_compressed_arc', 'l2arc_compressed_arc_disabled',
586     'l2arc_encrypted', 'l2arc_encrypted_no_compressed_arc']
587 tags = ['functional', 'compression']
588
589 [tests/functional/cp_files]
590 tests = ['cp_files_001_pos']
591 tags = ['functional', 'cp_files']
592
593 [tests/functional/crtime]
594 tests = ['crtime_001_pos' ]
595 tags = ['functional', 'crtime']
596
597 [tests/functional/ctime]
598 tests = ['ctime_001_pos' ]
599 tags = ['functional', 'ctime']
600
601 [tests/functional/deadman]
602 tests = ['deadman_ratelimit', 'deadman_sync', 'deadman_zio']
603 pre =
604 post =
605 tags = ['functional', 'deadman']
606
607 [tests/functional/delegate]
608 tests = ['zfs_allow_001_pos', 'zfs_allow_002_pos', 'zfs_allow_003_pos',
609     'zfs_allow_004_pos', 'zfs_allow_005_pos', 'zfs_allow_006_pos',
610     'zfs_allow_007_pos', 'zfs_allow_008_pos', 'zfs_allow_009_neg',
611     'zfs_allow_010_pos', 'zfs_allow_011_neg', 'zfs_allow_012_neg',
612     'zfs_unallow_001_pos', 'zfs_unallow_002_pos', 'zfs_unallow_003_pos',
613     'zfs_unallow_004_pos', 'zfs_unallow_005_pos', 'zfs_unallow_006_pos',
614     'zfs_unallow_007_neg', 'zfs_unallow_008_neg']
615 tags = ['functional', 'delegate']
616
617 [tests/functional/exec]
618 tests = ['exec_001_pos', 'exec_002_neg']
619 tags = ['functional', 'exec']
620
621 [tests/functional/fallocate]
622 tests = ['fallocate_punch-hole']
623 tags = ['functional', 'fallocate']
624
625 [tests/functional/features/async_destroy]
626 tests = ['async_destroy_001_pos']
627 tags = ['functional', 'features', 'async_destroy']
628
629 [tests/functional/features/large_dnode]
630 tests = ['large_dnode_001_pos', 'large_dnode_003_pos', 'large_dnode_004_neg',
631     'large_dnode_005_pos', 'large_dnode_007_neg', 'large_dnode_009_pos']
632 tags = ['functional', 'features', 'large_dnode']
633
634 [tests/functional/grow]
635 pre =
636 post =
637 tests = ['grow_pool_001_pos', 'grow_replicas_001_pos']
638 tags = ['functional', 'grow']
639
640 [tests/functional/history]
641 tests = ['history_001_pos', 'history_002_pos', 'history_003_pos',
642     'history_004_pos', 'history_005_neg', 'history_006_neg',
643     'history_007_pos', 'history_008_pos', 'history_009_pos',
644     'history_010_pos']
645 tags = ['functional', 'history']
646
647 [tests/functional/hkdf]
648 pre =
649 post =
650 tests = ['hkdf_test']
651 tags = ['functional', 'hkdf']
652
653 [tests/functional/inheritance]
654 tests = ['inherit_001_pos']
655 pre =
656 tags = ['functional', 'inheritance']
657
658 [tests/functional/io]
659 tests = ['sync', 'psync', 'posixaio', 'mmap']
660 tags = ['functional', 'io']
661
662 [tests/functional/inuse]
663 tests = ['inuse_004_pos', 'inuse_005_pos', 'inuse_008_pos', 'inuse_009_pos']
664 post =
665 tags = ['functional', 'inuse']
666
667 [tests/functional/large_files]
668 tests = ['large_files_001_pos', 'large_files_002_pos']
669 tags = ['functional', 'large_files']
670
671 [tests/functional/limits]
672 tests = ['filesystem_count', 'filesystem_limit', 'snapshot_count',
673     'snapshot_limit']
674 tags = ['functional', 'limits']
675
676 [tests/functional/link_count]
677 tests = ['link_count_001', 'link_count_root_inode']
678 tags = ['functional', 'link_count']
679
680 [tests/functional/migration]
681 tests = ['migration_001_pos', 'migration_002_pos', 'migration_003_pos',
682     'migration_004_pos', 'migration_005_pos', 'migration_006_pos',
683     'migration_007_pos', 'migration_008_pos', 'migration_009_pos',
684     'migration_010_pos', 'migration_011_pos', 'migration_012_pos']
685 tags = ['functional', 'migration']
686
687 [tests/functional/mmap]
688 tests = ['mmap_write_001_pos', 'mmap_read_001_pos', 'mmap_seek_001_pos', 'mmap_sync_001_pos']
689 tags = ['functional', 'mmap']
690
691 [tests/functional/mount]
692 tests = ['umount_001', 'umountall_001']
693 tags = ['functional', 'mount']
694
695 [tests/functional/mv_files]
696 tests = ['mv_files_001_pos', 'mv_files_002_pos', 'random_creation']
697 tags = ['functional', 'mv_files']
698
699 [tests/functional/nestedfs]
700 tests = ['nestedfs_001_pos']
701 tags = ['functional', 'nestedfs']
702
703 [tests/functional/no_space]
704 tests = ['enospc_001_pos', 'enospc_002_pos', 'enospc_003_pos',
705     'enospc_df', 'enospc_rm']
706 tags = ['functional', 'no_space']
707
708 [tests/functional/nopwrite]
709 tests = ['nopwrite_copies', 'nopwrite_mtime', 'nopwrite_negative',
710     'nopwrite_promoted_clone', 'nopwrite_recsize', 'nopwrite_sync',
711     'nopwrite_varying_compression', 'nopwrite_volume']
712 tags = ['functional', 'nopwrite']
713
714 [tests/functional/online_offline]
715 tests = ['online_offline_001_pos', 'online_offline_002_neg',
716     'online_offline_003_neg']
717 tags = ['functional', 'online_offline']
718
719 [tests/functional/pool_checkpoint]
720 tests = ['checkpoint_after_rewind', 'checkpoint_big_rewind',
721     'checkpoint_capacity', 'checkpoint_conf_change', 'checkpoint_discard',
722     'checkpoint_discard_busy', 'checkpoint_discard_many',
723     'checkpoint_indirect', 'checkpoint_invalid', 'checkpoint_lun_expsz',
724     'checkpoint_open', 'checkpoint_removal', 'checkpoint_rewind',
725     'checkpoint_ro_rewind', 'checkpoint_sm_scale', 'checkpoint_twice',
726     'checkpoint_vdev_add', 'checkpoint_zdb', 'checkpoint_zhack_feat']
727 tags = ['functional', 'pool_checkpoint']
728 timeout = 1800
729
730 [tests/functional/pool_names]
731 tests = ['pool_names_001_pos', 'pool_names_002_neg']
732 pre =
733 post =
734 tags = ['functional', 'pool_names']
735
736 [tests/functional/poolversion]
737 tests = ['poolversion_001_pos', 'poolversion_002_pos']
738 tags = ['functional', 'poolversion']
739
740 [tests/functional/pyzfs]
741 tests = ['pyzfs_unittest']
742 pre =
743 post =
744 tags = ['functional', 'pyzfs']
745
746 [tests/functional/quota]
747 tests = ['quota_001_pos', 'quota_002_pos', 'quota_003_pos',
748          'quota_004_pos', 'quota_005_pos', 'quota_006_neg']
749 tags = ['functional', 'quota']
750
751 [tests/functional/redacted_send]
752 tests = ['redacted_compressed', 'redacted_contents', 'redacted_deleted',
753     'redacted_disabled_feature', 'redacted_embedded', 'redacted_holes',
754     'redacted_incrementals', 'redacted_largeblocks', 'redacted_many_clones',
755     'redacted_mixed_recsize', 'redacted_mounts', 'redacted_negative',
756     'redacted_origin', 'redacted_panic', 'redacted_props', 'redacted_resume',
757     'redacted_size', 'redacted_volume']
758 tags = ['functional', 'redacted_send']
759
760 [tests/functional/raidz]
761 tests = ['raidz_001_neg', 'raidz_002_pos', 'raidz_003_pos', 'raidz_004_pos']
762 tags = ['functional', 'raidz']
763
764 [tests/functional/redundancy]
765 tests = ['redundancy_draid', 'redundancy_draid1', 'redundancy_draid2',
766     'redundancy_draid3', 'redundancy_draid_damaged1',
767     'redundancy_draid_damaged2', 'redundancy_draid_spare1',
768     'redundancy_draid_spare2', 'redundancy_draid_spare3', 'redundancy_mirror',
769     'redundancy_raidz', 'redundancy_raidz1', 'redundancy_raidz2',
770     'redundancy_raidz3', 'redundancy_stripe']
771 tags = ['functional', 'redundancy']
772 timeout = 1200
773
774 [tests/functional/refquota]
775 tests = ['refquota_001_pos', 'refquota_002_pos', 'refquota_003_pos',
776     'refquota_004_pos', 'refquota_005_pos', 'refquota_006_neg',
777     'refquota_007_neg', 'refquota_008_neg']
778 tags = ['functional', 'refquota']
779
780 [tests/functional/refreserv]
781 tests = ['refreserv_001_pos', 'refreserv_002_pos', 'refreserv_003_pos',
782     'refreserv_004_pos', 'refreserv_005_pos', 'refreserv_multi_raidz',
783     'refreserv_raidz']
784 tags = ['functional', 'refreserv']
785
786 [tests/functional/removal]
787 pre =
788 tests = ['removal_all_vdev', 'removal_cancel', 'removal_check_space',
789     'removal_condense_export', 'removal_multiple_indirection',
790     'removal_nopwrite', 'removal_remap_deadlists',
791     'removal_resume_export', 'removal_sanity', 'removal_with_add',
792     'removal_with_create_fs', 'removal_with_dedup',
793     'removal_with_errors', 'removal_with_export',
794     'removal_with_ganging', 'removal_with_faulted',
795     'removal_with_remove', 'removal_with_scrub', 'removal_with_send',
796     'removal_with_send_recv', 'removal_with_snapshot',
797     'removal_with_write', 'removal_with_zdb', 'remove_expanded',
798     'remove_mirror', 'remove_mirror_sanity', 'remove_raidz',
799     'remove_indirect', 'remove_attach_mirror']
800 tags = ['functional', 'removal']
801
802 [tests/functional/rename_dirs]
803 tests = ['rename_dirs_001_pos']
804 tags = ['functional', 'rename_dirs']
805
806 [tests/functional/replacement]
807 tests = ['attach_import', 'attach_multiple', 'attach_rebuild',
808     'attach_resilver', 'detach', 'rebuild_disabled_feature',
809     'rebuild_multiple', 'rebuild_raidz', 'replace_import', 'replace_rebuild',
810     'replace_resilver', 'resilver_restart_001', 'resilver_restart_002',
811     'scrub_cancel']
812 tags = ['functional', 'replacement']
813
814 [tests/functional/reservation]
815 tests = ['reservation_001_pos', 'reservation_002_pos', 'reservation_003_pos',
816     'reservation_004_pos', 'reservation_005_pos', 'reservation_006_pos',
817     'reservation_007_pos', 'reservation_008_pos', 'reservation_009_pos',
818     'reservation_010_pos', 'reservation_011_pos', 'reservation_012_pos',
819     'reservation_013_pos', 'reservation_014_pos', 'reservation_015_pos',
820     'reservation_016_pos', 'reservation_017_pos', 'reservation_018_pos',
821     'reservation_019_pos', 'reservation_020_pos', 'reservation_021_neg',
822     'reservation_022_pos']
823 tags = ['functional', 'reservation']
824
825 [tests/functional/rootpool]
826 tests = ['rootpool_002_neg', 'rootpool_003_neg', 'rootpool_007_pos']
827 tags = ['functional', 'rootpool']
828
829 [tests/functional/rsend]
830 tests = ['recv_dedup', 'recv_dedup_encrypted_zvol', 'rsend_001_pos',
831     'rsend_002_pos', 'rsend_003_pos', 'rsend_004_pos', 'rsend_005_pos',
832     'rsend_006_pos', 'rsend_007_pos', 'rsend_008_pos', 'rsend_009_pos',
833     'rsend_010_pos', 'rsend_011_pos', 'rsend_012_pos', 'rsend_013_pos',
834     'rsend_014_pos', 'rsend_016_neg', 'rsend_019_pos', 'rsend_020_pos',
835     'rsend_021_pos', 'rsend_022_pos', 'rsend_024_pos', 'rsend_025_pos',
836     'rsend_026_neg', 'rsend_027_pos', 'rsend_028_neg', 'rsend_029_neg',
837     'send-c_verify_ratio', 'send-c_verify_contents', 'send-c_props',
838     'send-c_incremental', 'send-c_volume', 'send-c_zstreamdump',
839     'send-c_lz4_disabled', 'send-c_recv_lz4_disabled',
840     'send-c_mixed_compression', 'send-c_stream_size_estimate',
841     'send-c_embedded_blocks', 'send-c_resume', 'send-cpL_varied_recsize',
842     'send-c_recv_dedup', 'send-L_toggle', 'send_encrypted_hierarchy',
843     'send_encrypted_props', 'send_encrypted_truncated_files',
844     'send_freeobjects', 'send_realloc_files',
845     'send_realloc_encrypted_files', 'send_spill_block', 'send_holds',
846     'send_hole_birth', 'send_mixed_raw', 'send-wR_encrypted_zvol',
847     'send_partial_dataset', 'send_invalid', 'send_doall',
848     'send_raw_spill_block', 'send_raw_ashift']
849 tags = ['functional', 'rsend']
850
851 [tests/functional/scrub_mirror]
852 tests = ['scrub_mirror_001_pos', 'scrub_mirror_002_pos',
853     'scrub_mirror_003_pos', 'scrub_mirror_004_pos']
854 tags = ['functional', 'scrub_mirror']
855
856 [tests/functional/slog]
857 tests = ['slog_001_pos', 'slog_002_pos', 'slog_003_pos', 'slog_004_pos',
858     'slog_005_pos', 'slog_006_pos', 'slog_007_pos', 'slog_008_neg',
859     'slog_009_neg', 'slog_010_neg', 'slog_011_neg', 'slog_012_neg',
860     'slog_013_pos', 'slog_014_pos', 'slog_015_neg', 'slog_replay_fs_001',
861     'slog_replay_fs_002', 'slog_replay_volume', 'slog_016_pos']
862 tags = ['functional', 'slog']
863
864 [tests/functional/snapshot]
865 tests = ['clone_001_pos', 'rollback_001_pos', 'rollback_002_pos',
866     'rollback_003_pos', 'snapshot_001_pos', 'snapshot_002_pos',
867     'snapshot_003_pos', 'snapshot_004_pos', 'snapshot_005_pos',
868     'snapshot_006_pos', 'snapshot_007_pos', 'snapshot_008_pos',
869     'snapshot_009_pos', 'snapshot_010_pos', 'snapshot_011_pos',
870     'snapshot_012_pos', 'snapshot_013_pos', 'snapshot_014_pos',
871     'snapshot_017_pos']
872 tags = ['functional', 'snapshot']
873
874 [tests/functional/snapused]
875 tests = ['snapused_001_pos', 'snapused_002_pos', 'snapused_003_pos',
876     'snapused_004_pos', 'snapused_005_pos']
877 tags = ['functional', 'snapused']
878
879 [tests/functional/sparse]
880 tests = ['sparse_001_pos']
881 tags = ['functional', 'sparse']
882
883 [tests/functional/stat]
884 tests = ['stat_001_pos']
885 tags = ['functional', 'stat']
886
887 [tests/functional/suid]
888 tests = ['suid_write_to_suid', 'suid_write_to_sgid', 'suid_write_to_suid_sgid',
889     'suid_write_to_none', 'suid_write_zil_replay']
890 tags = ['functional', 'suid']
891
892 [tests/functional/trim]
893 tests = ['autotrim_integrity', 'autotrim_config', 'autotrim_trim_integrity',
894     'trim_integrity', 'trim_config', 'trim_l2arc']
895 tags = ['functional', 'trim']
896
897 [tests/functional/truncate]
898 tests = ['truncate_001_pos', 'truncate_002_pos', 'truncate_timestamps']
899 tags = ['functional', 'truncate']
900
901 [tests/functional/upgrade]
902 tests = ['upgrade_userobj_001_pos', 'upgrade_readonly_pool']
903 tags = ['functional', 'upgrade']
904
905 [tests/functional/userquota]
906 tests = [
907     'userquota_001_pos', 'userquota_002_pos', 'userquota_003_pos',
908     'userquota_004_pos', 'userquota_005_neg', 'userquota_006_pos',
909     'userquota_007_pos', 'userquota_008_pos', 'userquota_009_pos',
910     'userquota_010_pos', 'userquota_011_pos', 'userquota_012_neg',
911     'userspace_001_pos', 'userspace_002_pos', 'userspace_encrypted',
912     'userspace_send_encrypted']
913 tags = ['functional', 'userquota']
914
915 [tests/functional/vdev_zaps]
916 tests = ['vdev_zaps_001_pos', 'vdev_zaps_002_pos', 'vdev_zaps_003_pos',
917     'vdev_zaps_004_pos', 'vdev_zaps_005_pos', 'vdev_zaps_006_pos',
918     'vdev_zaps_007_pos']
919 tags = ['functional', 'vdev_zaps']
920
921 [tests/functional/write_dirs]
922 tests = ['write_dirs_001_pos', 'write_dirs_002_pos']
923 tags = ['functional', 'write_dirs']
924
925 [tests/functional/xattr]
926 tests = ['xattr_001_pos', 'xattr_002_neg', 'xattr_003_neg', 'xattr_004_pos',
927     'xattr_005_pos', 'xattr_006_pos', 'xattr_007_neg',
928     'xattr_011_pos', 'xattr_012_pos', 'xattr_013_pos', 'xattr_compat']
929 tags = ['functional', 'xattr']
930
931 [tests/functional/zvol/zvol_ENOSPC]
932 tests = ['zvol_ENOSPC_001_pos']
933 tags = ['functional', 'zvol', 'zvol_ENOSPC']
934
935 [tests/functional/zvol/zvol_cli]
936 tests = ['zvol_cli_001_pos', 'zvol_cli_002_pos', 'zvol_cli_003_neg']
937 tags = ['functional', 'zvol', 'zvol_cli']
938
939 [tests/functional/zvol/zvol_misc]
940 tests = ['zvol_misc_002_pos', 'zvol_misc_hierarchy', 'zvol_misc_rename_inuse',
941     'zvol_misc_snapdev', 'zvol_misc_trim', 'zvol_misc_volmode', 'zvol_misc_zil']
942 tags = ['functional', 'zvol', 'zvol_misc']
943
944 [tests/functional/zvol/zvol_stress]
945 tests = ['zvol_stress']
946 tags = ['functional', 'zvol', 'zvol_stress']
947
948 [tests/functional/zvol/zvol_swap]
949 tests = ['zvol_swap_001_pos', 'zvol_swap_002_pos', 'zvol_swap_004_pos']
950 tags = ['functional', 'zvol', 'zvol_swap']
951
952 [tests/functional/libzfs]
953 tests = ['many_fds', 'libzfs_input']
954 tags = ['functional', 'libzfs']
955
956 [tests/functional/log_spacemap]
957 tests = ['log_spacemap_import_logs']
958 pre =
959 post =
960 tags = ['functional', 'log_spacemap']
961
962 [tests/functional/l2arc]
963 tests = ['l2arc_arcstats_pos', 'l2arc_mfuonly_pos', 'l2arc_l2miss_pos',
964     'persist_l2arc_001_pos', 'persist_l2arc_002_pos',
965     'persist_l2arc_003_neg', 'persist_l2arc_004_pos', 'persist_l2arc_005_pos']
966 tags = ['functional', 'l2arc']
967
968 [tests/functional/zpool_influxdb]
969 tests = ['zpool_influxdb']
970 tags = ['functional', 'zpool_influxdb']