]> git.proxmox.com Git - mirror_zfs.git/blame - tests/runfiles/linux.run
Fix LZ4_uncompress_unknownOutputSize caused panic
[mirror_zfs.git] / tests / runfiles / linux.run
CommitLineData
6bb24f4d
BB
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source. A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12[DEFAULT]
13pre = setup
14quiet = False
15pre_user = root
16user = root
17timeout = 600
18post_user = root
19post = cleanup
20outputdir = /var/tmp/test_results
21
f74b821a
BB
22# DISABLED: update to use ZFS_ACL_* variables and user_run helper.
23# posix_001_pos
24# posix_002_pos
6bb24f4d 25[tests/functional/acl/posix]
f74b821a 26tests = ['posix_003_pos']
6bb24f4d
BB
27
28[tests/functional/atime]
2b54cb14 29tests = ['atime_001_pos', 'atime_002_neg', 'atime_003_pos']
6bb24f4d 30
6bb24f4d
BB
31[tests/functional/bootfs]
32tests = ['bootfs_001_pos', 'bootfs_002_neg', 'bootfs_003_pos',
8aab1218
TS
33 'bootfs_004_neg', 'bootfs_005_neg', 'bootfs_006_pos', 'bootfs_007_pos',
34 'bootfs_008_pos']
6bb24f4d
BB
35
36# DISABLED:
37# cache_001_pos - needs investigation
38# cache_010_neg - needs investigation
39[tests/functional/cache]
40tests = ['cache_002_pos', 'cache_003_pos', 'cache_004_neg',
41 'cache_005_neg', 'cache_006_pos', 'cache_007_neg', 'cache_008_neg',
42 'cache_009_pos', 'cache_011_pos']
43
44# DISABLED: needs investigation
45#[tests/functional/cachefile]
46#tests = ['cachefile_001_pos', 'cachefile_002_pos', 'cachefile_003_pos',
47# 'cachefile_004_pos']
48#pre =
49#post =
50
51# DISABLED: needs investigation
52# 'sensitive_none_lookup', 'sensitive_none_delete',
53# 'sensitive_formd_lookup', 'sensitive_formd_delete',
54# 'insensitive_none_lookup', 'insensitive_none_delete',
55# 'insensitive_formd_lookup', 'insensitive_formd_delete',
56# 'mixed_none_lookup', 'mixed_none_lookup_ci', 'mixed_none_delete',
57# 'mixed_formd_lookup', 'mixed_formd_lookup_ci', 'mixed_formd_delete']
58[tests/functional/casenorm]
59tests = ['case_all_values', 'norm_all_values']
60
b4d8e2be
CC
61[tests/functional/chattr]
62tests = ['chattr_001_pos', 'chattr_002_neg']
63
3c67d83a
TH
64[tests/functional/checksum]
65tests = ['run_edonr_test', 'run_sha2_test', 'run_skein_test', 'filetest_001_pos']
66
6bb24f4d
BB
67[tests/functional/clean_mirror]
68tests = [ 'clean_mirror_001_pos', 'clean_mirror_002_pos',
69 'clean_mirror_003_pos', 'clean_mirror_004_pos']
70
71[tests/functional/cli_root/zdb]
3c9e0d67
OF
72tests = ['zdb_001_neg', 'zdb_002_pos', 'zdb_003_pos', 'zdb_004_pos',
73 'zdb_005_pos']
6bb24f4d
BB
74pre =
75post =
76
77[tests/functional/cli_root/zfs]
78tests = ['zfs_001_neg', 'zfs_002_pos', 'zfs_003_neg']
79
80# DISABLED:
81# zfs_clone_005_pos - busy unmount
6bb24f4d
BB
82[tests/functional/cli_root/zfs_clone]
83tests = ['zfs_clone_001_neg', 'zfs_clone_002_pos', 'zfs_clone_003_pos',
84 'zfs_clone_004_pos', 'zfs_clone_006_pos',
8a1cf1a5 85 'zfs_clone_007_pos', 'zfs_clone_008_neg', 'zfs_clone_009_neg',
86 'zfs_clone_010_pos']
6bb24f4d
BB
87
88# DISABLED:
f925de3a
BB
89# zfs_copies_003_pos - https://github.com/zfsonlinux/zfs/issues/3484
90# zfs_copies_005_neg - https://github.com/zfsonlinux/zfs/issues/3484
6bb24f4d 91[tests/functional/cli_root/zfs_copies]
f25bc493 92tests = ['zfs_copies_001_pos', 'zfs_copies_002_pos', 'zfs_copies_004_neg',
93 'zfs_copies_006_pos']
6bb24f4d 94
6bb24f4d 95[tests/functional/cli_root/zfs_create]
43cb1c12
C
96tests = ['zfs_create_001_pos', 'zfs_create_002_pos', 'zfs_create_003_pos',
97 'zfs_create_004_pos', 'zfs_create_005_pos', 'zfs_create_006_pos',
6bb24f4d
BB
98 'zfs_create_007_pos', 'zfs_create_008_neg', 'zfs_create_009_neg',
99 'zfs_create_010_neg', 'zfs_create_011_pos', 'zfs_create_012_pos',
a806cb6a 100 'zfs_create_013_pos', 'zfs_create_014_pos']
6bb24f4d 101
6bb24f4d 102[tests/functional/cli_root/zfs_destroy]
35b7842f
BB
103tests = ['zfs_destroy_001_pos', 'zfs_destroy_002_pos', 'zfs_destroy_003_pos',
104 'zfs_destroy_004_pos', 'zfs_destroy_005_neg', 'zfs_destroy_006_neg',
105 'zfs_destroy_007_neg', 'zfs_destroy_008_pos', 'zfs_destroy_009_pos',
106 'zfs_destroy_010_pos', 'zfs_destroy_011_pos', 'zfs_destroy_012_pos',
107 'zfs_destroy_013_neg', 'zfs_destroy_014_pos', 'zfs_destroy_015_pos',
108 'zfs_destroy_016_pos']
6bb24f4d
BB
109
110# DISABLED:
f925de3a 111# zfs_get_004_pos - https://github.com/zfsonlinux/zfs/issues/3484
6bb24f4d
BB
112# zfs_get_006_neg - needs investigation
113[tests/functional/cli_root/zfs_get]
114tests = ['zfs_get_001_pos', 'zfs_get_002_pos', 'zfs_get_003_pos',
115 'zfs_get_005_neg', 'zfs_get_007_neg', 'zfs_get_008_pos',
116 'zfs_get_009_pos', 'zfs_get_010_neg']
117
118[tests/functional/cli_root/zfs_inherit]
582cc014 119tests = ['zfs_inherit_001_neg', 'zfs_inherit_002_neg', 'zfs_inherit_003_pos']
6bb24f4d
BB
120
121# DISABLED:
f925de3a 122# zfs_mount_006_pos - https://github.com/zfsonlinux/zfs/issues/4990
6bb24f4d
BB
123# zfs_mount_007_pos - needs investigation
124# zfs_mount_009_neg - needs investigation
6bb24f4d
BB
125# zfs_mount_all_001_pos - needs investigation
126[tests/functional/cli_root/zfs_mount]
127tests = ['zfs_mount_001_pos', 'zfs_mount_002_pos', 'zfs_mount_003_pos',
2158b165 128 'zfs_mount_004_pos', 'zfs_mount_005_pos', 'zfs_mount_008_pos',
774ee3c7 129 'zfs_mount_010_neg', 'zfs_mount_011_neg', 'zfs_mount_012_neg']
6bb24f4d
BB
130
131[tests/functional/cli_root/zfs_promote]
132tests = ['zfs_promote_001_pos', 'zfs_promote_002_pos', 'zfs_promote_003_pos',
133 'zfs_promote_004_pos', 'zfs_promote_005_pos', 'zfs_promote_006_neg',
134 'zfs_promote_007_neg', 'zfs_promote_008_pos']
135
136# DISABLED:
f925de3a 137# zfs_written_property_001_pos - https://github.com/zfsonlinux/zfs/issues/2441
6bb24f4d
BB
138[tests/functional/cli_root/zfs_property]
139tests = []
140
141# DISABLED:
47dfff3b 142# zfs_receive_004_neg - Fails for OpenZFS on illumos
6bb24f4d 143[tests/functional/cli_root/zfs_receive]
47dfff3b
MA
144tests = ['zfs_receive_001_pos', 'zfs_receive_002_pos', 'zfs_receive_003_pos',
145 'zfs_receive_005_neg', 'zfs_receive_006_pos',
e6d3a843 146 'zfs_receive_007_neg', 'zfs_receive_008_pos', 'zfs_receive_009_neg',
5f014a0c 147 'zfs_receive_010_pos', 'zfs_receive_011_pos', 'zfs_receive_012_pos',
a3eeab2d 148 'zfs_receive_013_pos', 'zfs_receive_014_pos', 'zfs_receive_015_pos',
149 'receive-o-x_props_override']
6bb24f4d 150
f925de3a
BB
151# DISABLED:
152# zfs_rename_006_pos - https://github.com/zfsonlinux/zfs/issues/5647
153# zfs_rename_009_neg - https://github.com/zfsonlinux/zfs/issues/5648
6bb24f4d 154[tests/functional/cli_root/zfs_rename]
7305538d 155tests = ['zfs_rename_001_pos', 'zfs_rename_002_pos', 'zfs_rename_003_pos',
f925de3a
BB
156 'zfs_rename_004_neg', 'zfs_rename_005_neg',
157 'zfs_rename_007_pos', 'zfs_rename_008_pos',
6bb24f4d
BB
158 'zfs_rename_010_neg', 'zfs_rename_011_pos', 'zfs_rename_012_neg',
159 'zfs_rename_013_pos']
160
161[tests/functional/cli_root/zfs_reservation]
162tests = ['zfs_reservation_001_pos', 'zfs_reservation_002_pos']
163
164# DISABLED:
165# zfs_rollback_001_pos - busy mountpoint behavior
166# zfs_rollback_002_pos - busy mountpoint behavior
167[tests/functional/cli_root/zfs_rollback]
168tests = ['zfs_rollback_003_neg', 'zfs_rollback_004_neg']
169
6bb24f4d
BB
170[tests/functional/cli_root/zfs_send]
171tests = ['zfs_send_001_pos', 'zfs_send_002_pos', 'zfs_send_003_pos',
47dfff3b
MA
172 'zfs_send_004_neg', 'zfs_send_005_pos', 'zfs_send_006_pos',
173 'zfs_send_007_pos']
6bb24f4d 174
6bb24f4d
BB
175[tests/functional/cli_root/zfs_set]
176tests = ['cache_001_pos', 'cache_002_neg', 'canmount_001_pos',
177 'canmount_002_pos', 'canmount_003_pos', 'canmount_004_pos',
178 'checksum_001_pos', 'compression_001_pos', 'mountpoint_001_pos',
ce4197c1 179 'mountpoint_002_pos', 'reservation_001_neg', 'user_property_002_pos',
db6597c6 180 'share_mount_001_neg', 'snapdir_001_pos', 'onoffs_001_pos',
502291b3 181 'user_property_001_pos', 'user_property_003_neg', 'readonly_001_pos',
6bb24f4d 182 'user_property_004_pos', 'version_001_neg', 'zfs_set_001_neg',
ce43e88d 183 'zfs_set_002_neg', 'zfs_set_003_neg', 'property_alias_001_pos',
a115cf35 184 'mountpoint_003_pos', 'ro_props_001_pos']
6bb24f4d 185
2f71caf2 186[tests/functional/cli_root/zfs_share]
187tests = ['zfs_share_001_pos', 'zfs_share_002_pos', 'zfs_share_003_pos',
dd49132a 188 'zfs_share_004_pos', 'zfs_share_005_pos', 'zfs_share_006_pos',
2f71caf2 189 'zfs_share_007_neg', 'zfs_share_008_neg', 'zfs_share_009_neg',
190 'zfs_share_010_neg', 'zfs_share_011_pos']
6bb24f4d 191
6bb24f4d
BB
192[tests/functional/cli_root/zfs_snapshot]
193tests = ['zfs_snapshot_001_neg', 'zfs_snapshot_002_neg',
194 'zfs_snapshot_003_neg', 'zfs_snapshot_004_neg', 'zfs_snapshot_005_neg',
52f1fe3c
BB
195 'zfs_snapshot_006_pos', 'zfs_snapshot_007_neg', 'zfs_snapshot_008_neg',
196 'zfs_snapshot_009_pos']
6bb24f4d
BB
197
198# DISABLED:
199# zfs_unmount_005_pos - needs investigation
200# zfs_unmount_009_pos - needs investigation
201# zfs_unmount_all_001_pos - needs investigation
202[tests/functional/cli_root/zfs_unmount]
203tests = ['zfs_unmount_001_pos', 'zfs_unmount_002_pos', 'zfs_unmount_003_pos',
204 'zfs_unmount_004_pos', 'zfs_unmount_006_pos',
205 'zfs_unmount_007_neg', 'zfs_unmount_008_neg']
206
f925de3a 207# DISABLED:
2f71caf2 208# zfs_unshare_002_pos - zfs set sharenfs=off won't unshare if it was already off
209# zfs_unshare_006_pos - some distros come with Samba "user shares" disabled
210[tests/functional/cli_root/zfs_unshare]
211tests = ['zfs_unshare_001_pos', 'zfs_unshare_003_pos',
212 'zfs_unshare_004_neg', 'zfs_unshare_005_neg']
6bb24f4d
BB
213
214[tests/functional/cli_root/zfs_upgrade]
215tests = ['zfs_upgrade_001_pos', 'zfs_upgrade_002_pos', 'zfs_upgrade_003_pos',
216 'zfs_upgrade_004_pos', 'zfs_upgrade_005_pos', 'zfs_upgrade_006_neg',
217 'zfs_upgrade_007_neg']
218
219[tests/functional/cli_root/zpool]
220tests = ['zpool_001_neg', 'zpool_002_pos', 'zpool_003_pos']
221
6bb24f4d
BB
222[tests/functional/cli_root/zpool_add]
223tests = ['zpool_add_001_pos', 'zpool_add_002_pos', 'zpool_add_003_pos',
8c54ddd3 224 'zpool_add_004_pos', 'zpool_add_005_pos', 'zpool_add_006_pos',
ff61d1a4 225 'zpool_add_007_neg', 'zpool_add_008_neg', 'zpool_add_009_neg',
dddef7d6 226 'add-o_ashift', 'add_prop_ashift']
6bb24f4d
BB
227
228[tests/functional/cli_root/zpool_attach]
dddef7d6 229tests = ['zpool_attach_001_neg', 'attach-o_ashift']
6bb24f4d
BB
230
231[tests/functional/cli_root/zpool_clear]
8c54ddd3 232tests = ['zpool_clear_001_pos', 'zpool_clear_002_neg', 'zpool_clear_003_neg']
6bb24f4d 233
6bb24f4d 234[tests/functional/cli_root/zpool_create]
8c54ddd3
BB
235tests = ['zpool_create_001_pos', 'zpool_create_002_pos',
236 'zpool_create_003_pos', 'zpool_create_004_pos', 'zpool_create_005_pos',
237 'zpool_create_006_pos', 'zpool_create_007_neg', 'zpool_create_008_pos',
238 'zpool_create_009_neg', 'zpool_create_010_neg', 'zpool_create_011_neg',
239 'zpool_create_012_neg', 'zpool_create_014_neg',
240 'zpool_create_015_neg', 'zpool_create_016_pos', 'zpool_create_017_neg',
241 'zpool_create_018_pos', 'zpool_create_019_pos', 'zpool_create_020_pos',
6bb24f4d 242 'zpool_create_021_pos', 'zpool_create_022_pos', 'zpool_create_023_neg',
13d9a004 243 'zpool_create_024_pos',
6bb24f4d 244 'zpool_create_features_001_pos', 'zpool_create_features_002_pos',
e4010f27 245 'zpool_create_features_003_pos', 'zpool_create_features_004_neg',
dddef7d6 246 'zpool_create_features_005_pos',
247 'create-o_ashift']
6bb24f4d 248
6bb24f4d 249[tests/functional/cli_root/zpool_destroy]
8c54ddd3 250tests = ['zpool_destroy_001_pos', 'zpool_destroy_002_pos',
6bb24f4d
BB
251 'zpool_destroy_003_neg']
252pre =
253post =
254
255[tests/functional/cli_root/zpool_detach]
256tests = ['zpool_detach_001_neg']
257
a454868b 258[tests/functional/cli_root/zpool_expand]
8c54ddd3
BB
259tests = ['zpool_expand_001_pos', 'zpool_expand_002_pos',
260 'zpool_expand_003_neg', 'zpool_expand_004_pos']
6bb24f4d 261
6bb24f4d
BB
262[tests/functional/cli_root/zpool_export]
263tests = ['zpool_export_001_pos', 'zpool_export_002_pos',
8c54ddd3 264 'zpool_export_003_neg', 'zpool_export_004_pos']
6bb24f4d
BB
265
266[tests/functional/cli_root/zpool_get]
267tests = ['zpool_get_001_pos', 'zpool_get_002_pos', 'zpool_get_003_pos',
268 'zpool_get_004_neg']
269
270[tests/functional/cli_root/zpool_history]
271tests = ['zpool_history_001_neg', 'zpool_history_002_pos']
272
6bb24f4d 273[tests/functional/cli_root/zpool_import]
8c54ddd3 274tests = ['zpool_import_001_pos', 'zpool_import_002_pos',
6bb24f4d
BB
275 'zpool_import_003_pos', 'zpool_import_004_pos', 'zpool_import_005_pos',
276 'zpool_import_006_pos', 'zpool_import_007_pos', 'zpool_import_008_pos',
277 'zpool_import_009_neg', 'zpool_import_010_pos', 'zpool_import_011_neg',
8c54ddd3 278 'zpool_import_012_pos', 'zpool_import_013_neg', 'zpool_import_014_pos',
505d9655 279 'zpool_import_features_001_pos', 'zpool_import_features_002_neg',
9d69e9b2 280 'zpool_import_features_003_pos','zpool_import_missing_001_pos',
505d9655 281 'zpool_import_missing_002_pos', 'zpool_import_missing_003_pos',
8c54ddd3 282 'zpool_import_rename_001_pos', 'zpool_import_all_001_pos']
6bb24f4d 283
dbb38f66
YP
284[tests/functional/cli_root/zpool_labelclear]
285tests = ['zpool_labelclear_active', 'zpool_labelclear_exported']
286pre =
287post =
288
6bb24f4d 289[tests/functional/cli_root/zpool_offline]
4a283c7f 290tests = ['zpool_offline_001_pos', 'zpool_offline_002_neg', 'zpool_offline_003_pos']
6bb24f4d
BB
291
292[tests/functional/cli_root/zpool_online]
293tests = ['zpool_online_001_pos', 'zpool_online_002_neg']
294
6bb24f4d 295[tests/functional/cli_root/zpool_remove]
8c54ddd3
BB
296tests = ['zpool_remove_001_neg', 'zpool_remove_002_pos',
297 'zpool_remove_003_pos']
6bb24f4d
BB
298
299[tests/functional/cli_root/zpool_replace]
dddef7d6 300tests = ['zpool_replace_001_neg', 'replace-o_ashift', 'replace_prop_ashift']
6bb24f4d 301
6bb24f4d 302[tests/functional/cli_root/zpool_scrub]
c35b1882
BB
303tests = ['zpool_scrub_001_neg', 'zpool_scrub_002_pos', 'zpool_scrub_003_pos',
304 'zpool_scrub_004_pos', 'zpool_scrub_005_pos']
6bb24f4d
BB
305
306[tests/functional/cli_root/zpool_set]
307tests = ['zpool_set_001_pos', 'zpool_set_002_neg', 'zpool_set_003_neg']
308pre =
309post =
310
311[tests/functional/cli_root/zpool_status]
d6418de0
TH
312tests = ['zpool_status_001_pos', 'zpool_status_002_pos','zpool_status_003_pos']
313user =
6bb24f4d 314
8d9e1245 315[tests/functional/cli_root/zpool_upgrade]
8c54ddd3
BB
316tests = ['zpool_upgrade_001_pos', 'zpool_upgrade_002_pos',
317 'zpool_upgrade_003_pos', 'zpool_upgrade_004_pos',
318 'zpool_upgrade_005_neg', 'zpool_upgrade_006_neg',
319 'zpool_upgrade_007_pos', 'zpool_upgrade_008_pos',
8d9e1245 320 'zpool_upgrade_009_neg']
6bb24f4d 321
bec1067d
AP
322[tests/functional/cli_root/zpool_sync]
323tests = ['zpool_sync_001_pos', 'zpool_sync_002_neg']
324
f74b821a
BB
325# DISABLED:
326# zfs_share_001_neg - requires additional dependencies
327# zfs_unshare_001_neg - requires additional dependencies
328[tests/functional/cli_user/misc]
329tests = ['zdb_001_neg', 'zfs_001_neg', 'zfs_allow_001_neg',
330 'zfs_clone_001_neg', 'zfs_create_001_neg', 'zfs_destroy_001_neg',
331 'zfs_get_001_neg', 'zfs_inherit_001_neg', 'zfs_mount_001_neg',
332 'zfs_promote_001_neg', 'zfs_receive_001_neg', 'zfs_rename_001_neg',
333 'zfs_rollback_001_neg', 'zfs_send_001_neg', 'zfs_set_001_neg',
334 'zfs_snapshot_001_neg', 'zfs_unallow_001_neg',
335 'zfs_unmount_001_neg', 'zfs_upgrade_001_neg',
336 'zpool_001_neg', 'zpool_add_001_neg', 'zpool_attach_001_neg',
337 'zpool_clear_001_neg', 'zpool_create_001_neg', 'zpool_destroy_001_neg',
338 'zpool_detach_001_neg', 'zpool_export_001_neg', 'zpool_get_001_neg',
339 'zpool_history_001_neg', 'zpool_import_001_neg', 'zpool_import_002_neg',
340 'zpool_offline_001_neg', 'zpool_online_001_neg', 'zpool_remove_001_neg',
341 'zpool_replace_001_neg', 'zpool_scrub_001_neg', 'zpool_set_001_neg',
70c7714d
GDN
342 'zpool_status_001_neg', 'zpool_upgrade_001_neg', 'arcstat_001_pos',
343 'arc_summary_001_pos', 'dbufstat_001_pos']
f74b821a 344user =
6bb24f4d
BB
345
346[tests/functional/cli_user/zfs_list]
347tests = ['zfs_list_001_pos', 'zfs_list_002_pos', 'zfs_list_003_pos',
348 'zfs_list_004_neg', 'zfs_list_007_pos', 'zfs_list_008_neg']
f74b821a 349user =
6bb24f4d
BB
350
351[tests/functional/cli_user/zpool_iostat]
352tests = ['zpool_iostat_001_neg', 'zpool_iostat_002_pos',
1528bfdb
TH
353 'zpool_iostat_003_neg', 'zpool_iostat_004_pos',
354 'zpool_iostat_005_pos']
f74b821a 355user =
6bb24f4d
BB
356
357[tests/functional/cli_user/zpool_list]
358tests = ['zpool_list_001_pos', 'zpool_list_002_neg']
f74b821a 359user =
6bb24f4d
BB
360
361[tests/functional/compression]
362tests = ['compress_001_pos', 'compress_002_pos', 'compress_003_pos',
363 'compress_004_pos']
364
365[tests/functional/ctime]
366tests = ['ctime_001_pos' ]
367
f925de3a
BB
368# DISABLED:
369# zfs_allow_010_pos - https://github.com/zfsonlinux/zfs/issues/5646
f74b821a
BB
370[tests/functional/delegate]
371tests = ['zfs_allow_001_pos', 'zfs_allow_002_pos',
372 'zfs_allow_004_pos', 'zfs_allow_005_pos', 'zfs_allow_006_pos',
373 'zfs_allow_007_pos', 'zfs_allow_008_pos', 'zfs_allow_009_neg',
f925de3a 374 'zfs_allow_011_neg', 'zfs_allow_012_neg',
f74b821a
BB
375 'zfs_unallow_001_pos', 'zfs_unallow_002_pos', 'zfs_unallow_003_pos',
376 'zfs_unallow_004_pos', 'zfs_unallow_005_pos', 'zfs_unallow_006_pos',
377 'zfs_unallow_007_neg', 'zfs_unallow_008_neg']
6bb24f4d
BB
378
379# DISABLED:
380# devices_001_pos - needs investigation
381# devices_002_neg - needs investigation
382[tests/functional/devices]
383tests = ['devices_003_pos']
384
385# DISABLED:
386# exec_002_neg - needs investigation
387[tests/functional/exec]
388tests = ['exec_001_pos']
389
ec0e24c2 390[tests/functional/fault]
7a4500a1 391tests = ['auto_online_001_pos', 'auto_replace_001_pos']
ec0e24c2 392
6bb24f4d
BB
393[tests/functional/features/async_destroy]
394tests = ['async_destroy_001_pos']
395
50c957f7
NB
396[tests/functional/features/large_dnode]
397tests = ['large_dnode_001_pos', 'large_dnode_002_pos', 'large_dnode_003_pos',
398 'large_dnode_004_neg', 'large_dnode_005_pos', 'large_dnode_006_pos',
399 'large_dnode_007_neg']
400
6bb24f4d
BB
401# DISABLED: needs investigation
402#[tests/functional/grow_pool]
403#tests = ['grow_pool_001_pos']
404#pre =
405#post =
406
407# DISABLED: needs investigation
408#[tests/functional/grow_replicas]
409#tests = ['grow_replicas_001_pos']
410#pre =
411#post =
412
f925de3a
BB
413# DISABLED:
414# history_004_pos - https://github.com/zfsonlinux/zfs/issues/5664
415# history_006_neg - https://github.com/zfsonlinux/zfs/issues/5657
416# history_008_pos - https://github.com/zfsonlinux/zfs/issues/5658
6bb24f4d 417[tests/functional/history]
a0cacb76 418tests = ['history_001_pos', 'history_002_pos', 'history_003_pos',
f925de3a
BB
419 'history_005_neg',
420 'history_007_pos', 'history_009_pos',
a0cacb76 421 'history_010_pos']
6bb24f4d
BB
422
423[tests/functional/inheritance]
424tests = ['inherit_001_pos']
425pre =
426
427# DISABLED:
428# inuse_001_pos, inuse_007_pos - no dumpadm command
429# inuse_005_pos - partition issue
430# inuse_006_pos - partition issue
431# inuse_008_pos - partition issue
432# inuse_009_pos - partition issue
433[tests/functional/inuse]
434tests = ['inuse_004_pos']
435post =
436
437# DISABLED: needs investigation
933ec999
CC
438# large_files_001_pos
439[tests/functional/large_files]
440tests = ['large_files_002_pos']
6bb24f4d
BB
441
442# DISABLED: needs investigation
443#[tests/functional/largest_pool]
444#tests = ['largest_pool_001_pos']
445#pre =
446#post =
447
448# DISABLED: needs investigation
449#[tests/functional/link_count]
450#tests = ['link_count_001']
451
452[tests/functional/migration]
453tests = ['migration_001_pos', 'migration_002_pos', 'migration_003_pos',
454 'migration_004_pos', 'migration_005_pos', 'migration_006_pos',
455 'migration_007_pos', 'migration_008_pos', 'migration_009_pos',
456 'migration_010_pos', 'migration_011_pos', 'migration_012_pos']
457
458# DISABLED:
f925de3a 459# mmap_write_001_pos - needs investigation
6bb24f4d
BB
460[tests/functional/mmap]
461tests = ['mmap_read_001_pos']
462
463# DISABLED:
f925de3a 464# umountall_001 - requires umountall command.
6bb24f4d
BB
465[tests/functional/mount]
466tests = ['umount_001']
467
468[tests/functional/mv_files]
469tests = ['mv_files_001_pos', 'mv_files_002_pos']
470
471[tests/functional/nestedfs]
472tests = ['nestedfs_001_pos']
473
474[tests/functional/no_space]
047187c1 475tests = ['enospc_001_pos', 'enospc_002_pos', 'enospc_003_pos']
6bb24f4d 476
505d9655 477# DISABLED:
4faf8b6f 478# nopwrite_volume - https://github.com/zfsonlinux/zfs/issues/5510
505d9655
BB
479# nopwrite_varying_compression - needs investigation
480[tests/functional/nopwrite]
481tests = ['nopwrite_copies', 'nopwrite_mtime', 'nopwrite_negative',
4faf8b6f 482 'nopwrite_promoted_clone', 'nopwrite_recsize', 'nopwrite_sync']
6bb24f4d
BB
483
484# DISABLED: needs investigation
485#[tests/functional/online_offline]
486#tests = ['online_offline_001_pos', 'online_offline_002_neg',
487# 'online_offline_003_neg']
488
489[tests/functional/pool_names]
490tests = ['pool_names_001_pos', 'pool_names_002_neg']
491pre =
492post =
493
494[tests/functional/poolversion]
495tests = ['poolversion_001_pos', 'poolversion_002_pos']
496
f925de3a 497# DISABLED: requires pfexec command or 'RBAC profile'
6bb24f4d
BB
498#[tests/functional/privilege]
499#tests = ['privilege_001_pos', 'privilege_002_pos']
500
6bb24f4d 501[tests/functional/quota]
21237e91 502tests = ['quota_001_pos', 'quota_002_pos', 'quota_003_pos',
503 'quota_004_pos', 'quota_005_pos', 'quota_006_neg']
6bb24f4d 504
ab9f4b0b
GN
505[tests/functional/raidz]
506tests = ['raidz_001_neg', 'raidz_002_pos']
507
6bb24f4d 508[tests/functional/redundancy]
d7958b4c
MA
509tests = ['redundancy_001_pos', 'redundancy_002_pos', 'redundancy_003_pos',
510 'redundancy_004_neg']
6bb24f4d 511
6bb24f4d 512[tests/functional/refquota]
e8d3dcdf 513tests = ['refquota_001_pos', 'refquota_002_pos', 'refquota_003_pos',
514 'refquota_004_pos', 'refquota_005_pos', 'refquota_006_neg']
6bb24f4d
BB
515
516# DISABLED:
517# refreserv_004_pos - needs investigation
518[tests/functional/refreserv]
519tests = ['refreserv_001_pos', 'refreserv_002_pos', 'refreserv_003_pos',
520 'refreserv_005_pos']
521
f925de3a 522# DISABLED:
6bb24f4d
BB
523#[tests/functional/rename_dirs]
524#tests = ['rename_dirs_001_pos']
525
505d9655
BB
526[tests/functional/replacement]
527tests = ['replacement_001_pos', 'replacement_002_pos', 'replacement_003_pos']
6bb24f4d 528
f925de3a
BB
529# DISABLED:
530# reservation_001_pos - https://github.com/zfsonlinux/zfs/issues/4445
531# reservation_013_pos - https://github.com/zfsonlinux/zfs/issues/4444
532# reservation_018_pos - https://github.com/zfsonlinux/zfs/issues/5642
6bb24f4d
BB
533[tests/functional/reservation]
534tests = ['reservation_001_pos', 'reservation_002_pos', 'reservation_003_pos',
535 'reservation_004_pos', 'reservation_005_pos', 'reservation_006_pos',
536 'reservation_007_pos', 'reservation_008_pos', 'reservation_009_pos',
45c90a63 537 'reservation_010_pos', 'reservation_011_pos', 'reservation_012_pos',
538 'reservation_013_pos', 'reservation_014_pos', 'reservation_015_pos',
f925de3a 539 'reservation_016_pos', 'reservation_017_pos']
6bb24f4d 540
8aab1218
TS
541[tests/functional/rootpool]
542tests = ['rootpool_002_neg', 'rootpool_003_neg', 'rootpool_007_pos']
6bb24f4d 543
47dfff3b 544# DISABLED:
a7004725 545# rsend_008_pos - https://github.com/zfsonlinux/zfs/issues/6066
4ffeb12f 546# rsend_009_pos - https://github.com/zfsonlinux/zfs/issues/5887
47dfff3b
MA
547[tests/functional/rsend]
548tests = ['rsend_001_pos', 'rsend_002_pos', 'rsend_003_pos', 'rsend_004_pos',
549 'rsend_005_pos', 'rsend_006_pos', 'rsend_007_pos',
550 'rsend_010_pos', 'rsend_011_pos', 'rsend_012_pos',
a7004725
DK
551 'rsend_013_pos', 'rsend_014_pos',
552 'rsend_019_pos', 'rsend_020_pos',
553 'rsend_021_pos', 'rsend_022_pos', 'rsend_024_pos',
554 'send-c_verify_ratio', 'send-c_verify_contents', 'send-c_props',
555 'send-c_incremental', 'send-c_volume', 'send-c_zstreamdump',
556 'send-c_lz4_disabled', 'send-c_recv_lz4_disabled',
557 'send-c_mixed_compression', 'send-c_stream_size_estimate', 'send-cD',
558 'send-c_embedded_blocks', 'send-c_resume', 'send-cpL_varied_recsize',
559 'send-c_recv_dedup']
6bb24f4d
BB
560
561[tests/functional/scrub_mirror]
562tests = ['scrub_mirror_001_pos', 'scrub_mirror_002_pos',
563 'scrub_mirror_003_pos', 'scrub_mirror_004_pos']
564
565# DISABLED: Scripts need to be updated.
566# slog_012_neg - needs investigation
f925de3a 567# slog_013_pos - requires 'lofiadm' command.
6bb24f4d
BB
568# slog_014_pos - needs investigation
569[tests/functional/slog]
570tests = ['slog_001_pos', 'slog_002_pos', 'slog_003_pos', 'slog_004_pos',
571 'slog_005_pos', 'slog_006_pos', 'slog_007_pos', 'slog_008_neg',
b0eac56a 572 'slog_009_neg', 'slog_010_neg', 'slog_011_neg', 'slog_015_pos']
6bb24f4d
BB
573
574# DISABLED:
f925de3a 575# clone_001_pos - https://github.com/zfsonlinux/zfs/issues/3484
6bb24f4d 576# rollback_003_pos - Hangs in unmount and spins.
47dfff3b 577# snapshot_016_pos - Problem with automount
501558ee 578# snapshot_008_pos - https://github.com/zfsonlinux/zfs/issues/5784
47dfff3b
MA
579[tests/functional/snapshot]
580tests = ['rollback_001_pos', 'rollback_002_pos',
581 'snapshot_001_pos', 'snapshot_002_pos',
582 'snapshot_003_pos', 'snapshot_004_pos', 'snapshot_005_pos',
501558ee 583 'snapshot_006_pos', 'snapshot_007_pos',
47dfff3b
MA
584 'snapshot_009_pos', 'snapshot_010_pos', 'snapshot_011_pos',
585 'snapshot_012_pos', 'snapshot_013_pos', 'snapshot_014_pos',
586 'snapshot_015_pos', 'snapshot_017_pos']
f925de3a
BB
587
588# DISABLED:
589# snapused_004_pos - https://github.com/zfsonlinux/zfs/issues/5513
6bb24f4d
BB
590[tests/functional/snapused]
591tests = ['snapused_001_pos', 'snapused_002_pos', 'snapused_003_pos',
f925de3a 592 'snapused_005_pos']
6bb24f4d
BB
593
594[tests/functional/sparse]
595tests = ['sparse_001_pos']
596
597# DISABLED: needs investigation
598#[tests/functional/threadsappend]
599#tests = ['threadsappend_001_pos']
600
ace1eae8
CC
601[tests/functional/tmpfile]
602tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos']
603
6bb24f4d
BB
604[tests/functional/truncate]
605tests = ['truncate_001_pos', 'truncate_002_pos']
606
1de321e6
JX
607[tests/functional/upgrade]
608tests = [ 'upgrade_userobj_001_pos' ]
609
6bb24f4d
BB
610[tests/functional/userquota]
611tests = [
1de321e6
JX
612 'userquota_001_pos', 'userquota_002_pos', 'userquota_003_pos',
613 'userquota_004_pos', 'userquota_005_neg', 'userquota_006_pos',
614 'userquota_007_pos', 'userquota_008_pos', 'userquota_009_pos',
615 'userquota_010_pos', 'userquota_011_pos', 'userquota_012_neg',
616 'userquota_013_pos',
617 'userspace_001_pos', 'userspace_002_pos', 'userspace_003_pos',
618 'groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos' ]
6bb24f4d 619
e0ab3ab5
JS
620# DISABLED:
621# vdev_zaps_007_pos -- fails due to a pre-existing issue with zpool split
e0ab3ab5
JS
622[tests/functional/vdev_zaps]
623tests = ['vdev_zaps_001_pos', 'vdev_zaps_002_pos', 'vdev_zaps_003_pos',
624 'vdev_zaps_004_pos', 'vdev_zaps_005_pos', 'vdev_zaps_006_pos']
625
6bb24f4d
BB
626# DISABLED:
627# write_dirs_002_pos - needs investigation
628[tests/functional/write_dirs]
629tests = ['write_dirs_001_pos']
630
4e33ba4c 631# DISABLED: No 'runat' command, replace the Linux equivalent and add xattrtest
6bb24f4d
BB
632#[tests/functional/xattr]
633#tests = ['xattr_001_pos', 'xattr_002_neg', 'xattr_003_neg', 'xattr_004_pos',
634# 'xattr_005_pos', 'xattr_006_pos', 'xattr_007_neg', 'xattr_008_pos',
635# 'xattr_009_neg', 'xattr_010_neg', 'xattr_011_pos', 'xattr_012_pos',
636# 'xattr_013_pos']
637
638[tests/functional/zvol/zvol_ENOSPC]
639tests = ['zvol_ENOSPC_001_pos']
640
641[tests/functional/zvol/zvol_cli]
642tests = ['zvol_cli_001_pos', 'zvol_cli_002_pos', 'zvol_cli_003_neg']
643
8c54ddd3
BB
644[tests/functional/zvol/zvol_misc]
645tests = ['zvol_misc_001_neg', 'zvol_misc_002_pos', 'zvol_misc_003_neg',
646 'zvol_misc_004_pos', 'zvol_misc_005_neg', 'zvol_misc_006_pos']
6bb24f4d 647
8c54ddd3
BB
648[tests/functional/zvol/zvol_swap]
649tests = ['zvol_swap_001_pos', 'zvol_swap_002_pos', 'zvol_swap_003_pos',
650 'zvol_swap_004_pos', 'zvol_swap_005_pos', 'zvol_swap_006_pos']
449705db
SK
651
652[tests/functional/libzfs]
653tests = ['many_fds']