]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/runfiles/common.run
Small program that converts a dataset id and an object id to a path
[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_002_pos', 'zdb_003_pos', 'zdb_004_pos', 'zdb_005_pos',
107     'zdb_006_pos', 'zdb_args_neg', 'zdb_args_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_ids_to_path]
173 tests = ['zfs_ids_to_path_001_pos']
174 tags = ['functional', 'cli_root', 'zfs_ids_to_path']
175
176 [tests/functional/cli_root/zfs_inherit]
177 tests = ['zfs_inherit_001_neg', 'zfs_inherit_002_neg', 'zfs_inherit_003_pos',
178     'zfs_inherit_mountpoint']
179 tags = ['functional', 'cli_root', 'zfs_inherit']
180
181 [tests/functional/cli_root/zfs_load-key]
182 tests = ['zfs_load-key', 'zfs_load-key_all', 'zfs_load-key_file',
183     'zfs_load-key_location', 'zfs_load-key_noop', 'zfs_load-key_recursive']
184 tags = ['functional', 'cli_root', 'zfs_load-key']
185
186 [tests/functional/cli_root/zfs_mount]
187 tests = ['zfs_mount_001_pos', 'zfs_mount_002_pos', 'zfs_mount_003_pos',
188     'zfs_mount_004_pos', 'zfs_mount_005_pos', 'zfs_mount_007_pos',
189     'zfs_mount_009_neg', 'zfs_mount_010_neg', 'zfs_mount_011_neg',
190     'zfs_mount_012_pos', 'zfs_mount_all_001_pos', 'zfs_mount_encrypted',
191     'zfs_mount_remount', 'zfs_mount_all_fail', 'zfs_mount_all_mountpoints',
192     'zfs_mount_test_race']
193 tags = ['functional', 'cli_root', 'zfs_mount']
194
195 [tests/functional/cli_root/zfs_program]
196 tests = ['zfs_program_json']
197 tags = ['functional', 'cli_root', 'zfs_program']
198
199 [tests/functional/cli_root/zfs_promote]
200 tests = ['zfs_promote_001_pos', 'zfs_promote_002_pos', 'zfs_promote_003_pos',
201     'zfs_promote_004_pos', 'zfs_promote_005_pos', 'zfs_promote_006_neg',
202     'zfs_promote_007_neg', 'zfs_promote_008_pos', 'zfs_promote_encryptionroot']
203 tags = ['functional', 'cli_root', 'zfs_promote']
204
205 [tests/functional/cli_root/zfs_property]
206 tests = ['zfs_written_property_001_pos']
207 tags = ['functional', 'cli_root', 'zfs_property']
208
209 [tests/functional/cli_root/zfs_receive]
210 tests = ['zfs_receive_001_pos', 'zfs_receive_002_pos', 'zfs_receive_003_pos',
211     'zfs_receive_004_neg', 'zfs_receive_005_neg', 'zfs_receive_006_pos',
212     'zfs_receive_007_neg', 'zfs_receive_008_pos', 'zfs_receive_009_neg',
213     'zfs_receive_010_pos', 'zfs_receive_011_pos', 'zfs_receive_012_pos',
214     'zfs_receive_013_pos', 'zfs_receive_014_pos', 'zfs_receive_015_pos',
215     'zfs_receive_016_pos', 'receive-o-x_props_override',
216     'zfs_receive_from_encrypted', 'zfs_receive_to_encrypted',
217     'zfs_receive_raw', 'zfs_receive_raw_incremental', 'zfs_receive_-e',
218     'zfs_receive_raw_-d']
219 tags = ['functional', 'cli_root', 'zfs_receive']
220
221 [tests/functional/cli_root/zfs_rename]
222 tests = ['zfs_rename_001_pos', 'zfs_rename_002_pos', 'zfs_rename_003_pos',
223     'zfs_rename_004_neg', 'zfs_rename_005_neg', 'zfs_rename_006_pos',
224     'zfs_rename_007_pos', 'zfs_rename_008_pos', 'zfs_rename_009_neg',
225     'zfs_rename_010_neg', 'zfs_rename_011_pos', 'zfs_rename_012_neg',
226     'zfs_rename_013_pos', 'zfs_rename_014_neg', 'zfs_rename_encrypted_child',
227     'zfs_rename_to_encrypted', 'zfs_rename_mountpoint']
228 tags = ['functional', 'cli_root', 'zfs_rename']
229
230 [tests/functional/cli_root/zfs_reservation]
231 tests = ['zfs_reservation_001_pos', 'zfs_reservation_002_pos']
232 tags = ['functional', 'cli_root', 'zfs_reservation']
233
234 [tests/functional/cli_root/zfs_rollback]
235 tests = ['zfs_rollback_001_pos', 'zfs_rollback_002_pos',
236     'zfs_rollback_003_neg', 'zfs_rollback_004_neg']
237 tags = ['functional', 'cli_root', 'zfs_rollback']
238
239 [tests/functional/cli_root/zfs_send]
240 tests = ['zfs_send_001_pos', 'zfs_send_002_pos', 'zfs_send_003_pos',
241     'zfs_send_004_neg', 'zfs_send_005_pos', 'zfs_send_006_pos',
242     'zfs_send_007_pos', 'zfs_send_encrypted', 'zfs_send_raw',
243     'zfs_send_sparse', 'zfs_send-b']
244 tags = ['functional', 'cli_root', 'zfs_send']
245
246 [tests/functional/cli_root/zfs_set]
247 tests = ['cache_001_pos', 'cache_002_neg', 'canmount_001_pos',
248     'canmount_002_pos', 'canmount_003_pos', 'canmount_004_pos',
249     'checksum_001_pos', 'compression_001_pos', 'mountpoint_001_pos',
250     'mountpoint_002_pos', 'reservation_001_neg', 'user_property_002_pos',
251     'share_mount_001_neg', 'snapdir_001_pos', 'onoffs_001_pos',
252     'user_property_001_pos', 'user_property_003_neg', 'readonly_001_pos',
253     'user_property_004_pos', 'version_001_neg', 'zfs_set_001_neg',
254     'zfs_set_002_neg', 'zfs_set_003_neg', 'property_alias_001_pos',
255     'mountpoint_003_pos', 'ro_props_001_pos', 'zfs_set_keylocation']
256 tags = ['functional', 'cli_root', 'zfs_set']
257
258 [tests/functional/cli_root/zfs_share]
259 tests = ['zfs_share_001_pos', 'zfs_share_002_pos', 'zfs_share_003_pos',
260     'zfs_share_004_pos', 'zfs_share_005_pos', 'zfs_share_006_pos',
261     'zfs_share_007_neg', 'zfs_share_008_neg', 'zfs_share_009_neg',
262     'zfs_share_010_neg', 'zfs_share_011_pos']
263 tags = ['functional', 'cli_root', 'zfs_share']
264
265 [tests/functional/cli_root/zfs_snapshot]
266 tests = ['zfs_snapshot_001_neg', 'zfs_snapshot_002_neg',
267     'zfs_snapshot_003_neg', 'zfs_snapshot_004_neg', 'zfs_snapshot_005_neg',
268     'zfs_snapshot_006_pos', 'zfs_snapshot_007_neg', 'zfs_snapshot_008_neg',
269     'zfs_snapshot_009_pos']
270 tags = ['functional', 'cli_root', 'zfs_snapshot']
271
272 [tests/functional/cli_root/zfs_unload-key]
273 tests = ['zfs_unload-key', 'zfs_unload-key_all', 'zfs_unload-key_recursive']
274 tags = ['functional', 'cli_root', 'zfs_unload-key']
275
276 [tests/functional/cli_root/zfs_unmount]
277 tests = ['zfs_unmount_001_pos', 'zfs_unmount_002_pos', 'zfs_unmount_003_pos',
278     'zfs_unmount_004_pos', 'zfs_unmount_005_pos', 'zfs_unmount_006_pos',
279     'zfs_unmount_007_neg', 'zfs_unmount_008_neg', 'zfs_unmount_009_pos',
280     'zfs_unmount_all_001_pos', 'zfs_unmount_nested', 'zfs_unmount_unload_keys']
281 tags = ['functional', 'cli_root', 'zfs_unmount']
282
283 [tests/functional/cli_root/zfs_unshare]
284 tests = ['zfs_unshare_001_pos', 'zfs_unshare_002_pos', 'zfs_unshare_003_pos',
285     'zfs_unshare_004_neg', 'zfs_unshare_005_neg', 'zfs_unshare_006_pos',
286     'zfs_unshare_007_pos']
287 tags = ['functional', 'cli_root', 'zfs_unshare']
288
289 [tests/functional/cli_root/zfs_upgrade]
290 tests = ['zfs_upgrade_001_pos', 'zfs_upgrade_002_pos', 'zfs_upgrade_003_pos',
291     'zfs_upgrade_004_pos', 'zfs_upgrade_005_pos', 'zfs_upgrade_006_neg',
292     'zfs_upgrade_007_neg']
293 tags = ['functional', 'cli_root', 'zfs_upgrade']
294
295 [tests/functional/cli_root/zfs_wait]
296 tests = ['zfs_wait_deleteq']
297 tags = ['functional', 'cli_root', 'zfs_wait']
298
299 [tests/functional/cli_root/zpool]
300 tests = ['zpool_001_neg', 'zpool_002_pos', 'zpool_003_pos', 'zpool_colors']
301 tags = ['functional', 'cli_root', 'zpool']
302
303 [tests/functional/cli_root/zpool_add]
304 tests = ['zpool_add_001_pos', 'zpool_add_002_pos', 'zpool_add_003_pos',
305     'zpool_add_004_pos', 'zpool_add_006_pos', 'zpool_add_007_neg',
306     'zpool_add_008_neg', 'zpool_add_009_neg', 'zpool_add_010_pos',
307     'add-o_ashift', 'add_prop_ashift']
308 tags = ['functional', 'cli_root', 'zpool_add']
309
310 [tests/functional/cli_root/zpool_attach]
311 tests = ['zpool_attach_001_neg', 'attach-o_ashift']
312 tags = ['functional', 'cli_root', 'zpool_attach']
313
314 [tests/functional/cli_root/zpool_clear]
315 tests = ['zpool_clear_001_pos', 'zpool_clear_002_neg', 'zpool_clear_003_neg',
316     'zpool_clear_readonly']
317 tags = ['functional', 'cli_root', 'zpool_clear']
318
319 [tests/functional/cli_root/zpool_create]
320 tests = ['zpool_create_001_pos', 'zpool_create_002_pos',
321     'zpool_create_003_pos', 'zpool_create_004_pos', 'zpool_create_005_pos',
322     'zpool_create_006_pos', 'zpool_create_007_neg', 'zpool_create_008_pos',
323     'zpool_create_009_neg', 'zpool_create_010_neg', 'zpool_create_011_neg',
324     'zpool_create_012_neg', 'zpool_create_014_neg', 'zpool_create_015_neg',
325     'zpool_create_017_neg', 'zpool_create_018_pos', 'zpool_create_019_pos',
326     'zpool_create_020_pos', 'zpool_create_021_pos', 'zpool_create_022_pos',
327     'zpool_create_023_neg', 'zpool_create_024_pos',
328     'zpool_create_encrypted', 'zpool_create_crypt_combos',
329     'zpool_create_features_001_pos', 'zpool_create_features_002_pos',
330     'zpool_create_features_003_pos', 'zpool_create_features_004_neg',
331     'zpool_create_features_005_pos',
332     'create-o_ashift', 'zpool_create_tempname']
333 tags = ['functional', 'cli_root', 'zpool_create']
334
335 [tests/functional/cli_root/zpool_destroy]
336 tests = ['zpool_destroy_001_pos', 'zpool_destroy_002_pos',
337     'zpool_destroy_003_neg']
338 pre =
339 post =
340 tags = ['functional', 'cli_root', 'zpool_destroy']
341
342 [tests/functional/cli_root/zpool_detach]
343 tests = ['zpool_detach_001_neg']
344 tags = ['functional', 'cli_root', 'zpool_detach']
345
346 [tests/functional/cli_root/zpool_events]
347 tests = ['zpool_events_clear', 'zpool_events_cliargs', 'zpool_events_follow',
348     'zpool_events_poolname', 'zpool_events_errors']
349 tags = ['functional', 'cli_root', 'zpool_events']
350
351 [tests/functional/cli_root/zpool_export]
352 tests = ['zpool_export_001_pos', 'zpool_export_002_pos',
353     'zpool_export_003_neg', 'zpool_export_004_pos']
354 tags = ['functional', 'cli_root', 'zpool_export']
355
356 [tests/functional/cli_root/zpool_get]
357 tests = ['zpool_get_001_pos', 'zpool_get_002_pos', 'zpool_get_003_pos',
358     'zpool_get_004_neg', 'zpool_get_005_pos']
359 tags = ['functional', 'cli_root', 'zpool_get']
360
361 [tests/functional/cli_root/zpool_history]
362 tests = ['zpool_history_001_neg', 'zpool_history_002_pos']
363 tags = ['functional', 'cli_root', 'zpool_history']
364
365 [tests/functional/cli_root/zpool_import]
366 tests = ['zpool_import_001_pos', 'zpool_import_002_pos',
367     'zpool_import_003_pos', 'zpool_import_004_pos', 'zpool_import_005_pos',
368     'zpool_import_006_pos', 'zpool_import_007_pos', 'zpool_import_008_pos',
369     'zpool_import_009_neg', 'zpool_import_010_pos', 'zpool_import_011_neg',
370     'zpool_import_012_pos', 'zpool_import_013_neg', 'zpool_import_014_pos',
371     'zpool_import_015_pos',
372     'zpool_import_features_001_pos', 'zpool_import_features_002_neg',
373     'zpool_import_features_003_pos', 'zpool_import_missing_001_pos',
374     'zpool_import_missing_002_pos', 'zpool_import_missing_003_pos',
375     'zpool_import_rename_001_pos', 'zpool_import_all_001_pos',
376     'zpool_import_encrypted', 'zpool_import_encrypted_load',
377     'zpool_import_errata3', 'zpool_import_errata4',
378     'import_cachefile_device_added',
379     'import_cachefile_device_removed',
380     'import_cachefile_device_replaced',
381     'import_cachefile_mirror_attached',
382     'import_cachefile_mirror_detached',
383     'import_cachefile_shared_device',
384     'import_devices_missing',
385     'import_paths_changed',
386     'import_rewind_config_changed',
387     'import_rewind_device_replaced']
388 tags = ['functional', 'cli_root', 'zpool_import']
389
390 [tests/functional/cli_root/zpool_labelclear]
391 tests = ['zpool_labelclear_active', 'zpool_labelclear_exported',
392     'zpool_labelclear_removed', 'zpool_labelclear_valid']
393 pre =
394 post =
395 tags = ['functional', 'cli_root', 'zpool_labelclear']
396
397 [tests/functional/cli_root/zpool_initialize]
398 tests = ['zpool_initialize_attach_detach_add_remove',
399     'zpool_initialize_import_export',
400     'zpool_initialize_offline_export_import_online',
401     'zpool_initialize_online_offline',
402     'zpool_initialize_split',
403     'zpool_initialize_start_and_cancel_neg',
404     'zpool_initialize_start_and_cancel_pos',
405     'zpool_initialize_suspend_resume',
406     'zpool_initialize_unsupported_vdevs',
407     'zpool_initialize_verify_checksums',
408     'zpool_initialize_verify_initialized']
409 pre =
410 tags = ['functional', 'cli_root', 'zpool_initialize']
411
412 [tests/functional/cli_root/zpool_offline]
413 tests = ['zpool_offline_001_pos', 'zpool_offline_002_neg',
414     'zpool_offline_003_pos']
415 tags = ['functional', 'cli_root', 'zpool_offline']
416
417 [tests/functional/cli_root/zpool_online]
418 tests = ['zpool_online_001_pos', 'zpool_online_002_neg']
419 tags = ['functional', 'cli_root', 'zpool_online']
420
421 [tests/functional/cli_root/zpool_remove]
422 tests = ['zpool_remove_001_neg', 'zpool_remove_002_pos',
423     'zpool_remove_003_pos']
424 tags = ['functional', 'cli_root', 'zpool_remove']
425
426 [tests/functional/cli_root/zpool_replace]
427 tests = ['zpool_replace_001_neg', 'replace-o_ashift', 'replace_prop_ashift']
428 tags = ['functional', 'cli_root', 'zpool_replace']
429
430 [tests/functional/cli_root/zpool_resilver]
431 tests = ['zpool_resilver_bad_args', 'zpool_resilver_restart']
432 tags = ['functional', 'cli_root', 'zpool_resilver']
433
434 [tests/functional/cli_root/zpool_scrub]
435 tests = ['zpool_scrub_001_neg', 'zpool_scrub_002_pos', 'zpool_scrub_003_pos',
436     'zpool_scrub_004_pos', 'zpool_scrub_005_pos',
437     'zpool_scrub_encrypted_unloaded', 'zpool_scrub_print_repairing',
438     'zpool_scrub_offline_device', 'zpool_scrub_multiple_copies']
439 tags = ['functional', 'cli_root', 'zpool_scrub']
440
441 [tests/functional/cli_root/zpool_set]
442 tests = ['zpool_set_001_pos', 'zpool_set_002_neg', 'zpool_set_003_neg',
443     'zpool_set_ashift', 'zpool_set_features']
444 tags = ['functional', 'cli_root', 'zpool_set']
445
446 [tests/functional/cli_root/zpool_split]
447 tests = ['zpool_split_cliargs', 'zpool_split_devices',
448     'zpool_split_encryption', 'zpool_split_props', 'zpool_split_vdevs',
449     'zpool_split_resilver', 'zpool_split_indirect']
450 tags = ['functional', 'cli_root', 'zpool_split']
451
452 [tests/functional/cli_root/zpool_status]
453 tests = ['zpool_status_001_pos', 'zpool_status_002_pos']
454 tags = ['functional', 'cli_root', 'zpool_status']
455
456 [tests/functional/cli_root/zpool_sync]
457 tests = ['zpool_sync_001_pos', 'zpool_sync_002_neg']
458 tags = ['functional', 'cli_root', 'zpool_sync']
459
460 [tests/functional/cli_root/zpool_trim]
461 tests = ['zpool_trim_attach_detach_add_remove',
462     'zpool_trim_import_export', 'zpool_trim_multiple', 'zpool_trim_neg',
463     'zpool_trim_offline_export_import_online', 'zpool_trim_online_offline',
464     'zpool_trim_partial', 'zpool_trim_rate', 'zpool_trim_rate_neg',
465     'zpool_trim_secure', 'zpool_trim_split', 'zpool_trim_start_and_cancel_neg',
466     'zpool_trim_start_and_cancel_pos', 'zpool_trim_suspend_resume',
467     'zpool_trim_unsupported_vdevs', 'zpool_trim_verify_checksums',
468     'zpool_trim_verify_trimmed']
469 tags = ['functional', 'zpool_trim']
470
471 [tests/functional/cli_root/zpool_upgrade]
472 tests = ['zpool_upgrade_001_pos', 'zpool_upgrade_002_pos',
473     'zpool_upgrade_003_pos', 'zpool_upgrade_004_pos',
474     'zpool_upgrade_005_neg', 'zpool_upgrade_006_neg',
475     'zpool_upgrade_007_pos', 'zpool_upgrade_008_pos',
476     'zpool_upgrade_009_neg']
477 tags = ['functional', 'cli_root', 'zpool_upgrade']
478
479 [tests/functional/cli_root/zpool_wait]
480 tests = ['zpool_wait_discard', 'zpool_wait_freeing',
481     'zpool_wait_initialize_basic', 'zpool_wait_initialize_cancel',
482     'zpool_wait_initialize_flag', 'zpool_wait_multiple',
483     'zpool_wait_no_activity', 'zpool_wait_remove', 'zpool_wait_remove_cancel',
484     'zpool_wait_trim_basic', 'zpool_wait_trim_cancel', 'zpool_wait_trim_flag',
485     'zpool_wait_usage']
486 tags = ['functional', 'cli_root', 'zpool_wait']
487
488 [tests/functional/cli_root/zpool_wait/scan]
489 tests = ['zpool_wait_replace_cancel', 'zpool_wait_resilver', 'zpool_wait_scrub_cancel',
490     'zpool_wait_replace', 'zpool_wait_scrub_basic', 'zpool_wait_scrub_flag']
491 tags = ['functional', 'cli_root', 'zpool_wait']
492
493 [tests/functional/cli_user/misc]
494 tests = ['zdb_001_neg', 'zfs_001_neg', 'zfs_allow_001_neg',
495     'zfs_clone_001_neg', 'zfs_create_001_neg', 'zfs_destroy_001_neg',
496     'zfs_get_001_neg', 'zfs_inherit_001_neg', 'zfs_mount_001_neg',
497     'zfs_promote_001_neg', 'zfs_receive_001_neg', 'zfs_rename_001_neg',
498     'zfs_rollback_001_neg', 'zfs_send_001_neg', 'zfs_set_001_neg',
499     'zfs_share_001_neg', 'zfs_snapshot_001_neg', 'zfs_unallow_001_neg',
500     'zfs_unmount_001_neg', 'zfs_unshare_001_neg', 'zfs_upgrade_001_neg',
501     'zpool_001_neg', 'zpool_add_001_neg', 'zpool_attach_001_neg',
502     'zpool_clear_001_neg', 'zpool_create_001_neg', 'zpool_destroy_001_neg',
503     'zpool_detach_001_neg', 'zpool_export_001_neg', 'zpool_get_001_neg',
504     'zpool_history_001_neg', 'zpool_import_001_neg', 'zpool_import_002_neg',
505     'zpool_offline_001_neg', 'zpool_online_001_neg', 'zpool_remove_001_neg',
506     'zpool_replace_001_neg', 'zpool_scrub_001_neg', 'zpool_set_001_neg',
507     'zpool_status_001_neg', 'zpool_upgrade_001_neg', 'arcstat_001_pos',
508     'arc_summary_001_pos', 'arc_summary_002_neg', 'zpool_wait_privilege']
509 user =
510 tags = ['functional', 'cli_user', 'misc']
511
512 [tests/functional/cli_user/zfs_list]
513 tests = ['zfs_list_001_pos', 'zfs_list_002_pos', 'zfs_list_003_pos',
514     'zfs_list_004_neg', 'zfs_list_007_pos', 'zfs_list_008_neg']
515 user =
516 tags = ['functional', 'cli_user', 'zfs_list']
517
518 [tests/functional/cli_user/zpool_iostat]
519 tests = ['zpool_iostat_001_neg', 'zpool_iostat_002_pos',
520     'zpool_iostat_003_neg', 'zpool_iostat_004_pos',
521     'zpool_iostat_005_pos', 'zpool_iostat_-c_disable',
522     'zpool_iostat_-c_homedir', 'zpool_iostat_-c_searchpath']
523 user =
524 tags = ['functional', 'cli_user', 'zpool_iostat']
525
526 [tests/functional/cli_user/zpool_list]
527 tests = ['zpool_list_001_pos', 'zpool_list_002_neg']
528 user =
529 tags = ['functional', 'cli_user', 'zpool_list']
530
531 [tests/functional/cli_user/zpool_status]
532 tests = ['zpool_status_003_pos', 'zpool_status_-c_disable',
533     'zpool_status_-c_homedir', 'zpool_status_-c_searchpath']
534 user =
535 tags = ['functional', 'cli_user', 'zpool_status']
536
537 [tests/functional/compression]
538 tests = ['compress_001_pos', 'compress_002_pos', 'compress_003_pos']
539 tags = ['functional', 'compression']
540
541 [tests/functional/cp_files]
542 tests = ['cp_files_001_pos']
543 tags = ['functional', 'cp_files']
544
545 [tests/functional/ctime]
546 tests = ['ctime_001_pos' ]
547 tags = ['functional', 'ctime']
548
549 [tests/functional/delegate]
550 tests = ['zfs_allow_001_pos', 'zfs_allow_002_pos', 'zfs_allow_003_pos',
551     'zfs_allow_004_pos', 'zfs_allow_005_pos', 'zfs_allow_006_pos',
552     'zfs_allow_007_pos', 'zfs_allow_008_pos', 'zfs_allow_009_neg',
553     'zfs_allow_010_pos', 'zfs_allow_011_neg', 'zfs_allow_012_neg',
554     'zfs_unallow_001_pos', 'zfs_unallow_002_pos', 'zfs_unallow_003_pos',
555     'zfs_unallow_004_pos', 'zfs_unallow_005_pos', 'zfs_unallow_006_pos',
556     'zfs_unallow_007_neg', 'zfs_unallow_008_neg']
557 tags = ['functional', 'delegate']
558
559 [tests/functional/exec]
560 tests = ['exec_001_pos', 'exec_002_neg']
561 tags = ['functional', 'exec']
562
563 [tests/functional/features/async_destroy]
564 tests = ['async_destroy_001_pos']
565 tags = ['functional', 'features', 'async_destroy']
566
567 [tests/functional/features/large_dnode]
568 tests = ['large_dnode_001_pos', 'large_dnode_003_pos', 'large_dnode_004_neg',
569     'large_dnode_005_pos', 'large_dnode_007_neg', 'large_dnode_009_pos']
570 tags = ['functional', 'features', 'large_dnode']
571
572 [tests/functional/grow]
573 pre =
574 post =
575 tests = ['grow_pool_001_pos', 'grow_replicas_001_pos']
576 tags = ['functional', 'grow']
577
578 [tests/functional/history]
579 tests = ['history_001_pos', 'history_002_pos', 'history_003_pos',
580     'history_004_pos', 'history_005_neg', 'history_006_neg',
581     'history_007_pos', 'history_008_pos', 'history_009_pos',
582     'history_010_pos']
583 tags = ['functional', 'history']
584
585 [tests/functional/hkdf]
586 tests = ['run_hkdf_test']
587 tags = ['functional', 'hkdf']
588
589 [tests/functional/inheritance]
590 tests = ['inherit_001_pos']
591 pre =
592 tags = ['functional', 'inheritance']
593
594 [tests/functional/io]
595 tests = ['sync', 'psync', 'posixaio', 'mmap']
596 tags = ['functional', 'io']
597
598 [tests/functional/inuse]
599 tests = ['inuse_004_pos', 'inuse_005_pos', 'inuse_008_pos', 'inuse_009_pos']
600 post =
601 tags = ['functional', 'inuse']
602
603 [tests/functional/large_files]
604 tests = ['large_files_001_pos', 'large_files_002_pos']
605 tags = ['functional', 'large_files']
606
607 [tests/functional/largest_pool]
608 tests = ['largest_pool_001_pos']
609 pre =
610 post =
611 tags = ['functional', 'largest_pool']
612
613 [tests/functional/limits]
614 tests = ['filesystem_count', 'filesystem_limit', 'snapshot_count',
615     'snapshot_limit']
616 tags = ['functional', 'limits']
617
618 [tests/functional/link_count]
619 tests = ['link_count_001', 'link_count_root_inode']
620 tags = ['functional', 'link_count']
621
622 [tests/functional/migration]
623 tests = ['migration_001_pos', 'migration_002_pos', 'migration_003_pos',
624     'migration_004_pos', 'migration_005_pos', 'migration_006_pos',
625     'migration_007_pos', 'migration_008_pos', 'migration_009_pos',
626     'migration_010_pos', 'migration_011_pos', 'migration_012_pos']
627 tags = ['functional', 'migration']
628
629 [tests/functional/mmap]
630 tests = ['mmap_write_001_pos', 'mmap_read_001_pos']
631 tags = ['functional', 'mmap']
632
633 [tests/functional/mount]
634 tests = ['umount_001', 'umountall_001']
635 tags = ['functional', 'mount']
636
637 [tests/functional/mv_files]
638 tests = ['mv_files_001_pos', 'mv_files_002_pos', 'random_creation']
639 tags = ['functional', 'mv_files']
640
641 [tests/functional/nestedfs]
642 tests = ['nestedfs_001_pos']
643 tags = ['functional', 'nestedfs']
644
645 [tests/functional/no_space]
646 tests = ['enospc_001_pos', 'enospc_002_pos', 'enospc_003_pos',
647     'enospc_df']
648 tags = ['functional', 'no_space']
649
650 [tests/functional/nopwrite]
651 tests = ['nopwrite_copies', 'nopwrite_mtime', 'nopwrite_negative',
652     'nopwrite_promoted_clone', 'nopwrite_recsize', 'nopwrite_sync',
653     'nopwrite_varying_compression', 'nopwrite_volume']
654 tags = ['functional', 'nopwrite']
655
656 [tests/functional/online_offline]
657 tests = ['online_offline_001_pos', 'online_offline_002_neg',
658     'online_offline_003_neg']
659 tags = ['functional', 'online_offline']
660
661 [tests/functional/persist_l2arc]
662 tests = ['persist_l2arc_001_pos', 'persist_l2arc_002_pos',
663     'persist_l2arc_003_neg', 'persist_l2arc_004_pos', 'persist_l2arc_005_pos',
664     'persist_l2arc_006_pos', 'persist_l2arc_007_pos', 'persist_l2arc_008_pos']
665 tags = ['functional', 'persist_l2arc']
666
667 [tests/functional/pool_checkpoint]
668 tests = ['checkpoint_after_rewind', 'checkpoint_big_rewind',
669     'checkpoint_capacity', 'checkpoint_conf_change', 'checkpoint_discard',
670     'checkpoint_discard_busy', 'checkpoint_discard_many',
671     'checkpoint_indirect', 'checkpoint_invalid', 'checkpoint_lun_expsz',
672     'checkpoint_open', 'checkpoint_removal', 'checkpoint_rewind',
673     'checkpoint_ro_rewind', 'checkpoint_sm_scale', 'checkpoint_twice',
674     'checkpoint_vdev_add', 'checkpoint_zdb', 'checkpoint_zhack_feat']
675 tags = ['functional', 'pool_checkpoint']
676 timeout = 1800
677
678 [tests/functional/pool_names]
679 tests = ['pool_names_001_pos', 'pool_names_002_neg']
680 pre =
681 post =
682 tags = ['functional', 'pool_names']
683
684 [tests/functional/poolversion]
685 tests = ['poolversion_001_pos', 'poolversion_002_pos']
686 tags = ['functional', 'poolversion']
687
688 [tests/functional/pyzfs]
689 tests = ['pyzfs_unittest']
690 pre =
691 post =
692 tags = ['functional', 'pyzfs']
693
694 [tests/functional/quota]
695 tests = ['quota_001_pos', 'quota_002_pos', 'quota_003_pos',
696          'quota_004_pos', 'quota_005_pos', 'quota_006_neg']
697 tags = ['functional', 'quota']
698
699 [tests/functional/redacted_send]
700 tests = ['redacted_compressed', 'redacted_contents', 'redacted_deleted',
701     'redacted_disabled_feature', 'redacted_embedded', 'redacted_holes',
702     'redacted_incrementals', 'redacted_largeblocks', 'redacted_many_clones',
703     'redacted_mixed_recsize', 'redacted_mounts', 'redacted_negative',
704     'redacted_origin', 'redacted_props', 'redacted_resume', 'redacted_size',
705     'redacted_volume']
706 tags = ['functional', 'redacted_send']
707
708 [tests/functional/raidz]
709 tests = ['raidz_001_neg', 'raidz_002_pos']
710 tags = ['functional', 'raidz']
711
712 [tests/functional/redundancy]
713 tests = ['redundancy_001_pos', 'redundancy_002_pos', 'redundancy_003_pos',
714     'redundancy_004_neg']
715 tags = ['functional', 'redundancy']
716
717 [tests/functional/refquota]
718 tests = ['refquota_001_pos', 'refquota_002_pos', 'refquota_003_pos',
719     'refquota_004_pos', 'refquota_005_pos', 'refquota_006_neg',
720     'refquota_007_neg', 'refquota_008_neg']
721 tags = ['functional', 'refquota']
722
723 [tests/functional/refreserv]
724 tests = ['refreserv_001_pos', 'refreserv_002_pos', 'refreserv_003_pos',
725     'refreserv_004_pos', 'refreserv_005_pos', 'refreserv_multi_raidz',
726     'refreserv_raidz']
727 tags = ['functional', 'refreserv']
728
729 [tests/functional/removal]
730 pre =
731 tests = ['removal_all_vdev', 'removal_cancel', 'removal_check_space',
732     'removal_condense_export', 'removal_multiple_indirection',
733     'removal_nopwrite', 'removal_remap_deadlists',
734     'removal_resume_export', 'removal_sanity', 'removal_with_add',
735     'removal_with_create_fs', 'removal_with_dedup',
736     'removal_with_errors', 'removal_with_export',
737     'removal_with_ganging', 'removal_with_faulted',
738     'removal_with_remove', 'removal_with_scrub', 'removal_with_send',
739     'removal_with_send_recv', 'removal_with_snapshot',
740     'removal_with_write', 'removal_with_zdb', 'remove_expanded',
741     'remove_mirror', 'remove_mirror_sanity', 'remove_raidz',
742     'remove_indirect']
743 tags = ['functional', 'removal']
744
745 [tests/functional/rename_dirs]
746 tests = ['rename_dirs_001_pos']
747 tags = ['functional', 'rename_dirs']
748
749 [tests/functional/replacement]
750 tests = ['replacement_001_pos', 'replacement_002_pos', 'replacement_003_pos']
751 tags = ['functional', 'replacement']
752
753 [tests/functional/reservation]
754 tests = ['reservation_001_pos', 'reservation_002_pos', 'reservation_003_pos',
755     'reservation_004_pos', 'reservation_005_pos', 'reservation_006_pos',
756     'reservation_007_pos', 'reservation_008_pos', 'reservation_009_pos',
757     'reservation_010_pos', 'reservation_011_pos', 'reservation_012_pos',
758     'reservation_013_pos', 'reservation_014_pos', 'reservation_015_pos',
759     'reservation_016_pos', 'reservation_017_pos', 'reservation_018_pos',
760     'reservation_019_pos', 'reservation_020_pos', 'reservation_021_neg',
761     'reservation_022_pos']
762 tags = ['functional', 'reservation']
763
764 [tests/functional/resilver]
765 tests = ['resilver_restart_001', 'resilver_restart_002']
766 tags = ['functional', 'resilver']
767
768 [tests/functional/rootpool]
769 tests = ['rootpool_002_neg', 'rootpool_003_neg', 'rootpool_007_pos']
770 tags = ['functional', 'rootpool']
771
772 [tests/functional/rsend]
773 tests = ['recv_dedup', 'recv_dedup_encrypted_zvol', 'rsend_001_pos',
774     'rsend_002_pos', 'rsend_003_pos', 'rsend_004_pos', 'rsend_005_pos',
775     'rsend_006_pos', 'rsend_007_pos', 'rsend_008_pos', 'rsend_009_pos',
776     'rsend_010_pos', 'rsend_011_pos', 'rsend_012_pos', 'rsend_013_pos',
777     'rsend_014_pos', 'rsend_016_neg', 'rsend_019_pos', 'rsend_020_pos',
778     'rsend_021_pos', 'rsend_022_pos', 'rsend_024_pos',
779     'send-c_verify_ratio', 'send-c_verify_contents', 'send-c_props',
780     'send-c_incremental', 'send-c_volume', 'send-c_zstreamdump',
781     'send-c_lz4_disabled', 'send-c_recv_lz4_disabled',
782     'send-c_mixed_compression', 'send-c_stream_size_estimate',
783     'send-c_embedded_blocks', 'send-c_resume', 'send-cpL_varied_recsize',
784     'send-c_recv_dedup', 'send_encrypted_hierarchy',
785     'send_encrypted_props', 'send_encrypted_truncated_files',
786     'send_freeobjects', 'send_realloc_files',
787     'send_realloc_encrypted_files', 'send_spill_block', 'send_holds',
788     'send_hole_birth', 'send_mixed_raw', 'send-wR_encrypted_zvol',
789     'send_partial_dataset']
790 tags = ['functional', 'rsend']
791
792 [tests/functional/scrub_mirror]
793 tests = ['scrub_mirror_001_pos', 'scrub_mirror_002_pos',
794     'scrub_mirror_003_pos', 'scrub_mirror_004_pos']
795 tags = ['functional', 'scrub_mirror']
796
797 [tests/functional/slog]
798 tests = ['slog_001_pos', 'slog_002_pos', 'slog_003_pos', 'slog_004_pos',
799     'slog_005_pos', 'slog_006_pos', 'slog_007_pos', 'slog_008_neg',
800     'slog_009_neg', 'slog_010_neg', 'slog_011_neg', 'slog_012_neg',
801     'slog_013_pos', 'slog_014_pos', 'slog_015_neg', 'slog_replay_fs_001',
802     'slog_replay_fs_002', 'slog_replay_volume']
803 tags = ['functional', 'slog']
804
805 [tests/functional/snapshot]
806 tests = ['clone_001_pos', 'rollback_001_pos', 'rollback_002_pos',
807     'rollback_003_pos', 'snapshot_001_pos', 'snapshot_002_pos',
808     'snapshot_003_pos', 'snapshot_004_pos', 'snapshot_005_pos',
809     'snapshot_006_pos', 'snapshot_007_pos', 'snapshot_008_pos',
810     'snapshot_009_pos', 'snapshot_010_pos', 'snapshot_011_pos',
811     'snapshot_012_pos', 'snapshot_013_pos', 'snapshot_014_pos',
812     'snapshot_017_pos']
813 tags = ['functional', 'snapshot']
814
815 [tests/functional/snapused]
816 tests = ['snapused_001_pos', 'snapused_002_pos', 'snapused_003_pos',
817     'snapused_004_pos', 'snapused_005_pos']
818 tags = ['functional', 'snapused']
819
820 [tests/functional/sparse]
821 tests = ['sparse_001_pos']
822 tags = ['functional', 'sparse']
823
824 [tests/functional/suid]
825 tests = ['suid_write_to_suid', 'suid_write_to_sgid', 'suid_write_to_suid_sgid',
826     'suid_write_to_none']
827 tags = ['functional', 'suid']
828
829 [tests/functional/threadsappend]
830 tests = ['threadsappend_001_pos']
831 tags = ['functional', 'threadsappend']
832
833 [tests/functional/trim]
834 tests = ['autotrim_integrity', 'autotrim_config', 'autotrim_trim_integrity',
835     'trim_integrity', 'trim_config']
836 tags = ['functional', 'trim']
837
838 [tests/functional/truncate]
839 tests = ['truncate_001_pos', 'truncate_002_pos', 'truncate_timestamps']
840 tags = ['functional', 'truncate']
841
842 [tests/functional/upgrade]
843 tests = ['upgrade_userobj_001_pos', 'upgrade_readonly_pool']
844 tags = ['functional', 'upgrade']
845
846 [tests/functional/userquota]
847 tests = [
848     'userquota_001_pos', 'userquota_002_pos', 'userquota_003_pos',
849     'userquota_004_pos', 'userquota_005_neg', 'userquota_006_pos',
850     'userquota_007_pos', 'userquota_008_pos', 'userquota_009_pos',
851     'userquota_010_pos', 'userquota_011_pos', 'userquota_012_neg',
852     'userspace_001_pos', 'userspace_002_pos']
853 tags = ['functional', 'userquota']
854
855 [tests/functional/vdev_zaps]
856 tests = ['vdev_zaps_001_pos', 'vdev_zaps_002_pos', 'vdev_zaps_003_pos',
857     'vdev_zaps_004_pos', 'vdev_zaps_005_pos', 'vdev_zaps_006_pos',
858     'vdev_zaps_007_pos']
859 tags = ['functional', 'vdev_zaps']
860
861 [tests/functional/write_dirs]
862 tests = ['write_dirs_001_pos', 'write_dirs_002_pos']
863 tags = ['functional', 'write_dirs']
864
865 [tests/functional/xattr]
866 tests = ['xattr_001_pos', 'xattr_002_neg', 'xattr_003_neg', 'xattr_004_pos',
867     'xattr_005_pos', 'xattr_006_pos', 'xattr_007_neg',
868     'xattr_011_pos', 'xattr_012_pos', 'xattr_013_pos']
869 tags = ['functional', 'xattr']
870
871 [tests/functional/zvol/zvol_ENOSPC]
872 tests = ['zvol_ENOSPC_001_pos']
873 tags = ['functional', 'zvol', 'zvol_ENOSPC']
874
875 [tests/functional/zvol/zvol_cli]
876 tests = ['zvol_cli_001_pos', 'zvol_cli_002_pos', 'zvol_cli_003_neg']
877 tags = ['functional', 'zvol', 'zvol_cli']
878
879 [tests/functional/zvol/zvol_misc]
880 tests = ['zvol_misc_002_pos', 'zvol_misc_hierarchy', 'zvol_misc_rename_inuse',
881     'zvol_misc_snapdev', 'zvol_misc_volmode', 'zvol_misc_zil']
882 tags = ['functional', 'zvol', 'zvol_misc']
883
884 [tests/functional/zvol/zvol_swap]
885 tests = ['zvol_swap_001_pos', 'zvol_swap_002_pos', 'zvol_swap_004_pos']
886 tags = ['functional', 'zvol', 'zvol_swap']
887
888 [tests/functional/libzfs]
889 tests = ['many_fds', 'libzfs_input']
890 tags = ['functional', 'libzfs']
891
892 [tests/functional/log_spacemap]
893 tests = ['log_spacemap_import_logs']
894 pre =
895 post =
896 tags = ['functional', 'log_spacemap']