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