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