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