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