xref: /freebsd-head/sys/contrib/openzfs/tests/runfiles/linux.run (revision 071ab5a1f3cbfd29c8fbec27f7e619418adaf074)
1# SPDX-License-Identifier: CDDL-1.0
2#
3# This file and its contents are supplied under the terms of the
4# Common Development and Distribution License ("CDDL"), version 1.0.
5# You may only use this file in accordance with the terms of version
6# 1.0 of the CDDL.
7#
8# A full copy of the text of the CDDL should have accompanied this
9# source.  A copy of the CDDL is also available via the Internet at
10# http://www.illumos.org/license/CDDL.
11#
12
13[DEFAULT]
14pre = setup
15quiet = False
16pre_user = root
17user = root
18timeout = 600
19post_user = root
20post = cleanup
21failsafe_user = root
22failsafe = callbacks/zfs_failsafe
23tags = ['functional']
24
25[tests/functional/acl/posix:Linux]
26tests = ['posix_001_pos', 'posix_002_pos', 'posix_003_pos', 'posix_004_pos']
27tags = ['functional', 'acl', 'posix']
28
29[tests/functional/acl/posix-sa:Linux]
30tests = ['posix_001_pos', 'posix_002_pos', 'posix_003_pos', 'posix_004_pos']
31tags = ['functional', 'acl', 'posix-sa']
32
33[tests/functional/atime:Linux]
34tests = ['atime_003_pos', 'root_relatime_on']
35tags = ['functional', 'atime']
36
37[tests/functional/block_cloning:Linux]
38tests = ['block_cloning_ficlone', 'block_cloning_ficlonerange',
39    'block_cloning_ficlonerange_partial', 'block_cloning_disabled_ficlone',
40    'block_cloning_disabled_ficlonerange']
41tags = ['functional', 'block_cloning']
42
43[tests/functional/chattr:Linux]
44tests = ['chattr_001_pos', 'chattr_002_neg']
45tags = ['functional', 'chattr']
46
47[tests/functional/cli_root/zfs:Linux]
48tests = ['zfs_003_neg']
49tags = ['functional', 'cli_root', 'zfs']
50
51[tests/functional/cli_root/zfs_mount:Linux]
52tests = ['zfs_mount_006_pos', 'zfs_mount_008_pos', 'zfs_mount_013_pos',
53    'zfs_mount_014_neg', 'zfs_multi_mount']
54tags = ['functional', 'cli_root', 'zfs_mount']
55
56[tests/functional/cli_root/zfs_share:Linux]
57tests = ['zfs_share_005_pos', 'zfs_share_007_neg', 'zfs_share_009_neg',
58    'zfs_share_012_pos', 'zfs_share_013_pos']
59tags = ['functional', 'cli_root', 'zfs_share']
60
61[tests/functional/cli_root/zfs_unshare:Linux]
62tests = ['zfs_unshare_008_pos']
63tags = ['functional', 'cli_root', 'zfs_unshare']
64
65[tests/functional/cli_root/zfs_sysfs:Linux]
66tests = ['zfeature_set_unsupported', 'zfs_get_unsupported',
67    'zfs_set_unsupported', 'zfs_sysfs_live', 'zpool_get_unsupported',
68    'zpool_set_unsupported']
69tags = ['functional', 'cli_root', 'zfs_sysfs']
70
71[tests/functional/cli_root/zpool_add:Linux]
72tests = ['add_nested_replacing_spare']
73tags = ['functional', 'cli_root', 'zpool_add']
74
75[tests/functional/cli_root/zpool_expand:Linux]
76tests = ['zpool_expand_001_pos', 'zpool_expand_002_pos',
77    'zpool_expand_003_neg', 'zpool_expand_004_pos', 'zpool_expand_005_pos']
78tags = ['functional', 'cli_root', 'zpool_expand']
79
80[tests/functional/cli_root/zpool_import:Linux]
81tests = ['zpool_import_hostid_changed',
82    'zpool_import_hostid_changed_unclean_export',
83    'zpool_import_hostid_changed_cachefile',
84    'zpool_import_hostid_changed_cachefile_unclean_export']
85tags = ['functional', 'cli_root', 'zpool_import']
86
87[tests/functional/cli_root/zpool_reopen:Linux]
88tests = ['zpool_reopen_001_pos', 'zpool_reopen_002_pos',
89    'zpool_reopen_003_pos', 'zpool_reopen_004_pos', 'zpool_reopen_005_pos',
90    'zpool_reopen_006_neg', 'zpool_reopen_007_pos']
91tags = ['functional', 'cli_root', 'zpool_reopen']
92
93[tests/functional/cli_root/zpool_split:Linux]
94tests = ['zpool_split_wholedisk']
95tags = ['functional', 'cli_root', 'zpool_split']
96
97[tests/functional/compression:Linux]
98tests = ['compress_004_pos']
99tags = ['functional', 'compression']
100
101[tests/functional/devices:Linux]
102tests = ['devices_001_pos', 'devices_002_neg', 'devices_003_pos']
103tags = ['functional', 'devices']
104
105[tests/functional/direct:Linux]
106tests = ['dio_loopback_dev', 'dio_write_verify']
107tags = ['functional', 'direct']
108
109[tests/functional/events:Linux]
110tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter', 'zed_fd_spill',
111    'zed_cksum_reported', 'zed_cksum_config', 'zed_io_config',
112    'zed_slow_io', 'zed_slow_io_many_vdevs', 'zed_diagnose_multiple']
113tags = ['functional', 'events']
114
115[tests/functional/fadvise:Linux]
116tests = ['fadvise_sequential']
117tags = ['functional', 'fadvise']
118
119[tests/functional/fallocate:Linux]
120tests = ['fallocate_prealloc', 'fallocate_zero-range']
121tags = ['functional', 'fallocate']
122
123[tests/functional/fault:Linux]
124tests = ['auto_offline_001_pos', 'auto_online_001_pos', 'auto_online_002_pos',
125    'auto_replace_001_pos', 'auto_replace_002_pos', 'auto_spare_001_pos',
126    'auto_spare_002_pos', 'auto_spare_double', 'auto_spare_multiple',
127    'auto_spare_ashift', 'auto_spare_shared', 'decrypt_fault',
128    'decompress_fault', 'fault_limits', 'scrub_after_resilver',
129    'suspend_on_probe_errors', 'suspend_resume_single', 'zpool_status_-s']
130tags = ['functional', 'fault']
131
132[tests/functional/features/large_dnode:Linux]
133tests = ['large_dnode_002_pos', 'large_dnode_006_pos', 'large_dnode_008_pos']
134tags = ['functional', 'features', 'large_dnode']
135
136[tests/functional/io:Linux]
137tests = ['libaio', 'io_uring']
138tags = ['functional', 'io']
139
140[tests/functional/largest_pool:Linux]
141tests = ['largest_pool_001_pos']
142pre =
143post =
144tags = ['functional', 'largest_pool']
145
146[tests/functional/longname:Linux]
147tests = ['longname_001_pos', 'longname_002_pos', 'longname_003_pos']
148tags = ['functional', 'longname']
149
150[tests/functional/luks:Linux]
151pre =
152post =
153tests = ['luks_sanity']
154tags = ['functional', 'luks']
155
156[tests/functional/mmap:Linux]
157tests = ['mmap_libaio_001_pos', 'mmap_sync_001_pos']
158tags = ['functional', 'mmap']
159
160[tests/functional/mmp:Linux]
161tests = ['mmp_on_thread', 'mmp_on_uberblocks', 'mmp_on_off', 'mmp_interval',
162    'mmp_active_import', 'mmp_inactive_import', 'mmp_exported_import',
163    'mmp_write_uberblocks', 'mmp_reset_interval', 'multihost_history',
164    'mmp_on_zdb', 'mmp_write_distribution', 'mmp_hostid', 'mmp_write_slow_disk']
165tags = ['functional', 'mmp']
166
167[tests/functional/mount:Linux]
168tests = ['umount_unlinked_drain']
169tags = ['functional', 'mount']
170
171[tests/functional/pam:Linux]
172tests = ['pam_basic', 'pam_change_unmounted', 'pam_mount_recursively',
173    'pam_nounmount', 'pam_recursive', 'pam_short_password']
174tags = ['functional', 'pam']
175
176[tests/functional/procfs:Linux]
177tests = ['procfs_list_basic', 'procfs_list_concurrent_readers',
178    'procfs_list_stale_read', 'pool_state']
179tags = ['functional', 'procfs']
180
181[tests/functional/projectquota:Linux]
182tests = ['defaultprojectquota_001_pos', 'defaultprojectquota_002_pos',
183    'defaultprojectquota_003_neg', 'defaultprojectquota_004_pos',
184    'defaultprojectquota_005_pos', 'defaultprojectquota_006_pos',
185    'defaultprojectquota_007_pos',
186    'projectid_001_pos', 'projectid_002_pos', 'projectid_003_pos',
187    'projectquota_001_pos', 'projectquota_002_pos', 'projectquota_003_pos',
188    'projectquota_004_neg', 'projectquota_005_pos', 'projectquota_006_pos',
189    'projectquota_007_pos', 'projectquota_008_pos', 'projectquota_009_pos',
190    'projectspace_001_pos', 'projectspace_002_pos', 'projectspace_003_pos',
191    'projectspace_004_pos', 'projectspace_005_pos',
192    'projecttree_001_pos', 'projecttree_002_pos', 'projecttree_003_neg']
193tags = ['functional', 'projectquota']
194
195[tests/functional/dos_attributes:Linux]
196tests = ['read_dos_attrs_001', 'write_dos_attrs_001']
197tags = ['functional', 'dos_attributes']
198
199[tests/functional/renameat2:Linux]
200tests = ['renameat2_noreplace', 'renameat2_exchange', 'renameat2_whiteout']
201tags = ['functional', 'renameat2']
202
203[tests/functional/rsend:Linux]
204tests = ['send_realloc_dnode_size', 'send_encrypted_files', 'send-c_longname']
205tags = ['functional', 'rsend']
206
207[tests/functional/simd:Linux]
208pre =
209post =
210tests = ['simd_supported']
211tags = ['functional', 'simd']
212
213[tests/functional/snapshot:Linux]
214tests = ['snapshot_015_pos', 'snapshot_016_pos']
215tags = ['functional', 'snapshot']
216
217[tests/functional/tmpfile:Linux]
218tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos',
219    'tmpfile_stat_mode']
220tags = ['functional', 'tmpfile']
221
222[tests/functional/upgrade:Linux]
223tests = ['upgrade_projectquota_001_pos', 'upgrade_projectquota_002_pos']
224tags = ['functional', 'upgrade']
225
226[tests/functional/user_namespace:Linux]
227tests = ['user_namespace_001', 'user_namespace_002', 'user_namespace_003',
228    'user_namespace_004']
229tags = ['functional', 'user_namespace']
230
231[tests/functional/userquota:Linux]
232tests = ['groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos',
233    'groupspace_004_pos','userquota_013_pos', 'userspace_003_pos']
234tags = ['functional', 'userquota']
235
236[tests/functional/zvol/zvol_misc:Linux]
237tests = ['zvol_misc_fua']
238tags = ['functional', 'zvol', 'zvol_misc']
239
240[tests/functional/idmap_mount:Linux]
241tests = ['idmap_mount_001', 'idmap_mount_002', 'idmap_mount_003',
242    'idmap_mount_004', 'idmap_mount_005']
243tags = ['functional', 'idmap_mount']
244