xref: /freebsd/sys/contrib/openzfs/tests/runfiles/linux.run (revision edf8578117e8844e02c0121147f45e4609b30680)
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
20failsafe_user = root
21failsafe = callbacks/zfs_failsafe
22outputdir = /var/tmp/test_results
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_copyfilerange', 'block_cloning_copyfilerange_partial',
39    'block_cloning_copyfilerange_fallback',
40    'block_cloning_ficlone', 'block_cloning_ficlonerange',
41    'block_cloning_ficlonerange_partial',
42    'block_cloning_disabled_copyfilerange', 'block_cloning_disabled_ficlone',
43    'block_cloning_disabled_ficlonerange',
44    'block_cloning_copyfilerange_cross_dataset',
45    'block_cloning_copyfilerange_fallback_same_txg']
46tags = ['functional', 'block_cloning']
47
48[tests/functional/chattr:Linux]
49tests = ['chattr_001_pos', 'chattr_002_neg']
50tags = ['functional', 'chattr']
51
52[tests/functional/cli_root/zfs:Linux]
53tests = ['zfs_003_neg']
54tags = ['functional', 'cli_root', 'zfs']
55
56[tests/functional/cli_root/zfs_mount:Linux]
57tests = ['zfs_mount_006_pos', 'zfs_mount_008_pos', 'zfs_mount_013_pos',
58    'zfs_mount_014_neg', 'zfs_multi_mount']
59tags = ['functional', 'cli_root', 'zfs_mount']
60
61[tests/functional/cli_root/zfs_share:Linux]
62tests = ['zfs_share_005_pos', 'zfs_share_007_neg', 'zfs_share_009_neg',
63    'zfs_share_012_pos', 'zfs_share_013_pos']
64tags = ['functional', 'cli_root', 'zfs_share']
65
66[tests/functional/cli_root/zfs_unshare:Linux]
67tests = ['zfs_unshare_008_pos']
68tags = ['functional', 'cli_root', 'zfs_unshare']
69
70[tests/functional/cli_root/zfs_sysfs:Linux]
71tests = ['zfeature_set_unsupported', 'zfs_get_unsupported',
72    'zfs_set_unsupported', 'zfs_sysfs_live', 'zpool_get_unsupported',
73    'zpool_set_unsupported']
74tags = ['functional', 'cli_root', 'zfs_sysfs']
75
76[tests/functional/cli_root/zpool_add:Linux]
77tests = ['add_nested_replacing_spare']
78tags = ['functional', 'cli_root', 'zpool_add']
79
80[tests/functional/cli_root/zpool_expand:Linux]
81tests = ['zpool_expand_001_pos', 'zpool_expand_002_pos',
82    'zpool_expand_003_neg', 'zpool_expand_004_pos', 'zpool_expand_005_pos']
83tags = ['functional', 'cli_root', 'zpool_expand']
84
85[tests/functional/cli_root/zpool_reopen:Linux]
86tests = ['zpool_reopen_001_pos', 'zpool_reopen_002_pos',
87    'zpool_reopen_003_pos', 'zpool_reopen_004_pos', 'zpool_reopen_005_pos',
88    'zpool_reopen_006_neg', 'zpool_reopen_007_pos']
89tags = ['functional', 'cli_root', 'zpool_reopen']
90
91[tests/functional/cli_root/zpool_split:Linux]
92tests = ['zpool_split_wholedisk']
93tags = ['functional', 'cli_root', 'zpool_split']
94
95[tests/functional/compression:Linux]
96tests = ['compress_004_pos']
97tags = ['functional', 'compression']
98
99[tests/functional/devices:Linux]
100tests = ['devices_001_pos', 'devices_002_neg', 'devices_003_pos']
101tags = ['functional', 'devices']
102
103[tests/functional/events:Linux]
104tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter', 'zed_fd_spill',
105    'zed_cksum_reported', 'zed_cksum_config', 'zed_io_config']
106tags = ['functional', 'events']
107
108[tests/functional/fadvise:Linux]
109tests = ['fadvise_sequential']
110tags = ['functional', 'fadvise']
111
112[tests/functional/fallocate:Linux]
113tests = ['fallocate_prealloc', 'fallocate_zero-range']
114tags = ['functional', 'fallocate']
115
116[tests/functional/fault:Linux]
117tests = ['auto_offline_001_pos', 'auto_online_001_pos', 'auto_online_002_pos',
118    'auto_replace_001_pos', 'auto_spare_001_pos', 'auto_spare_002_pos',
119    'auto_spare_multiple', 'auto_spare_ashift', 'auto_spare_shared',
120    'decrypt_fault', 'decompress_fault', 'scrub_after_resilver',
121    'zpool_status_-s']
122tags = ['functional', 'fault']
123
124[tests/functional/features/large_dnode:Linux]
125tests = ['large_dnode_002_pos', 'large_dnode_006_pos', 'large_dnode_008_pos']
126tags = ['functional', 'features', 'large_dnode']
127
128[tests/functional/io:Linux]
129tests = ['libaio', 'io_uring']
130tags = ['functional', 'io']
131
132[tests/functional/largest_pool:Linux]
133tests = ['largest_pool_001_pos']
134pre =
135post =
136tags = ['functional', 'largest_pool']
137
138[tests/functional/mmap:Linux]
139tests = ['mmap_libaio_001_pos', 'mmap_sync_001_pos']
140tags = ['functional', 'mmap']
141
142[tests/functional/mmp:Linux]
143tests = ['mmp_on_thread', 'mmp_on_uberblocks', 'mmp_on_off', 'mmp_interval',
144    'mmp_active_import', 'mmp_inactive_import', 'mmp_exported_import',
145    'mmp_write_uberblocks', 'mmp_reset_interval', 'multihost_history',
146    'mmp_on_zdb', 'mmp_write_distribution', 'mmp_hostid']
147tags = ['functional', 'mmp']
148
149[tests/functional/mount:Linux]
150tests = ['umount_unlinked_drain']
151tags = ['functional', 'mount']
152
153[tests/functional/pam:Linux]
154tests = ['pam_basic', 'pam_change_unmounted', 'pam_nounmount', 'pam_recursive',
155    'pam_short_password']
156tags = ['functional', 'pam']
157
158[tests/functional/procfs:Linux]
159tests = ['procfs_list_basic', 'procfs_list_concurrent_readers',
160    'procfs_list_stale_read', 'pool_state']
161tags = ['functional', 'procfs']
162
163[tests/functional/projectquota:Linux]
164tests = ['projectid_001_pos', 'projectid_002_pos', 'projectid_003_pos',
165    'projectquota_001_pos', 'projectquota_002_pos', 'projectquota_003_pos',
166    'projectquota_004_neg', 'projectquota_005_pos', 'projectquota_006_pos',
167    'projectquota_007_pos', 'projectquota_008_pos', 'projectquota_009_pos',
168    'projectspace_001_pos', 'projectspace_002_pos', 'projectspace_003_pos',
169    'projectspace_004_pos',
170    'projecttree_001_pos', 'projecttree_002_pos', 'projecttree_003_neg']
171tags = ['functional', 'projectquota']
172
173[tests/functional/dos_attributes:Linux]
174tests = ['read_dos_attrs_001', 'write_dos_attrs_001']
175tags = ['functional', 'dos_attributes']
176
177[tests/functional/renameat2:Linux]
178tests = ['renameat2_noreplace', 'renameat2_exchange', 'renameat2_whiteout']
179tags = ['functional', 'renameat2']
180
181[tests/functional/rsend:Linux]
182tests = ['send_realloc_dnode_size', 'send_encrypted_files']
183tags = ['functional', 'rsend']
184
185[tests/functional/simd:Linux]
186pre =
187post =
188tests = ['simd_supported']
189tags = ['functional', 'simd']
190
191[tests/functional/snapshot:Linux]
192tests = ['snapshot_015_pos', 'snapshot_016_pos']
193tags = ['functional', 'snapshot']
194
195[tests/functional/tmpfile:Linux]
196tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos',
197    'tmpfile_stat_mode']
198tags = ['functional', 'tmpfile']
199
200[tests/functional/upgrade:Linux]
201tests = ['upgrade_projectquota_001_pos']
202tags = ['functional', 'upgrade']
203
204[tests/functional/user_namespace:Linux]
205tests = ['user_namespace_001', 'user_namespace_002', 'user_namespace_003',
206    'user_namespace_004']
207tags = ['functional', 'user_namespace']
208
209[tests/functional/userquota:Linux]
210tests = ['groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos',
211    'userquota_013_pos', 'userspace_003_pos']
212tags = ['functional', 'userquota']
213
214[tests/functional/zvol/zvol_misc:Linux]
215tests = ['zvol_misc_fua']
216tags = ['functional', 'zvol', 'zvol_misc']
217
218[tests/functional/idmap_mount:Linux]
219tests = ['idmap_mount_001', 'idmap_mount_002', 'idmap_mount_003',
220    'idmap_mount_004', 'idmap_mount_005']
221tags = ['functional', 'idmap_mount']
222