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