xref: /freebsd/sys/contrib/openzfs/tests/runfiles/linux.run (revision 6be3386466ab79a84b48429ae66244f21526d3df)
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/checksum:Linux]
42tests = ['run_edonr_test']
43tags = ['functional', 'checksum']
44
45[tests/functional/cli_root/zfs:Linux]
46tests = ['zfs_003_neg']
47tags = ['functional', 'cli_root', 'zfs']
48
49[tests/functional/cli_root/zfs_mount:Linux]
50tests = ['zfs_mount_006_pos', 'zfs_mount_008_pos', 'zfs_mount_013_pos',
51    'zfs_mount_014_neg', 'zfs_multi_mount']
52tags = ['functional', 'cli_root', 'zfs_mount']
53
54[tests/functional/cli_root/zfs_share:Linux]
55tests = ['zfs_share_005_pos', 'zfs_share_007_neg', 'zfs_share_009_neg',
56    'zfs_share_012_pos']
57tags = ['functional', 'cli_root', 'zfs_share']
58
59[tests/functional/cli_root/zfs_sysfs:Linux]
60tests = ['zfeature_set_unsupported', 'zfs_get_unsupported',
61    'zfs_set_unsupported', 'zfs_sysfs_live', 'zpool_get_unsupported',
62    'zpool_set_unsupported']
63tags = ['functional', 'cli_root', 'zfs_sysfs']
64
65[tests/functional/cli_root/zpool_add:Linux]
66tests = ['add_nested_replacing_spare']
67tags = ['functional', 'cli_root', 'zpool_add']
68
69[tests/functional/cli_root/zpool_expand:Linux]
70tests = ['zpool_expand_001_pos', 'zpool_expand_002_pos',
71    'zpool_expand_003_neg', 'zpool_expand_004_pos', 'zpool_expand_005_pos']
72tags = ['functional', 'cli_root', 'zpool_expand']
73
74[tests/functional/cli_root/zpool_reopen:Linux]
75tests = ['zpool_reopen_001_pos', 'zpool_reopen_002_pos',
76    'zpool_reopen_003_pos', 'zpool_reopen_004_pos', 'zpool_reopen_005_pos',
77    'zpool_reopen_006_neg', 'zpool_reopen_007_pos']
78tags = ['functional', 'cli_root', 'zpool_reopen']
79
80[tests/functional/cli_root/zpool_split:Linux]
81tests = ['zpool_split_wholedisk']
82tags = ['functional', 'cli_root', 'zpool_split']
83
84[tests/functional/compression:Linux]
85tests = ['compress_004_pos']
86tags = ['functional', 'compression']
87
88[tests/functional/deadman:Linux]
89tests = ['deadman_sync', 'deadman_zio']
90pre =
91post =
92tags = ['functional', 'deadman']
93
94[tests/functional/devices:Linux]
95tests = ['devices_001_pos', 'devices_002_neg', 'devices_003_pos']
96tags = ['functional', 'devices']
97
98[tests/functional/events:Linux]
99tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter']
100tags = ['functional', 'events']
101
102[tests/functional/fallocate:Linux]
103tests = ['fallocate_prealloc', 'fallocate_punch-hole']
104tags = ['functional', 'fallocate']
105
106[tests/functional/fault:Linux]
107tests = ['auto_offline_001_pos', 'auto_online_001_pos', 'auto_replace_001_pos',
108    'auto_spare_001_pos', 'auto_spare_002_pos', 'auto_spare_multiple',
109    'auto_spare_ashift', 'auto_spare_shared', 'decrypt_fault',
110    'decompress_fault', 'scrub_after_resilver', 'zpool_status_-s']
111tags = ['functional', 'fault']
112
113[tests/functional/features/large_dnode:Linux]
114tests = ['large_dnode_002_pos', 'large_dnode_006_pos', 'large_dnode_008_pos']
115tags = ['functional', 'features', 'large_dnode']
116
117[tests/functional/io:Linux]
118tests = ['libaio', 'io_uring']
119tags = ['functional', 'io']
120
121[tests/functional/mmap:Linux]
122tests = ['mmap_libaio_001_pos']
123tags = ['functional', 'mmap']
124
125[tests/functional/mmp:Linux]
126tests = ['mmp_on_thread', 'mmp_on_uberblocks', 'mmp_on_off', 'mmp_interval',
127    'mmp_active_import', 'mmp_inactive_import', 'mmp_exported_import',
128    'mmp_write_uberblocks', 'mmp_reset_interval', 'multihost_history',
129    'mmp_on_zdb', 'mmp_write_distribution', 'mmp_hostid']
130tags = ['functional', 'mmp']
131
132[tests/functional/mount:Linux]
133tests = ['umount_unlinked_drain']
134tags = ['functional', 'mount']
135
136[tests/functional/pam:Linux]
137tests = ['pam_basic', 'pam_nounmount']
138tags = ['functional', 'pam']
139
140[tests/functional/procfs:Linux]
141tests = ['procfs_list_basic', 'procfs_list_concurrent_readers',
142    'procfs_list_stale_read', 'pool_state']
143tags = ['functional', 'procfs']
144
145[tests/functional/projectquota:Linux]
146tests = ['projectid_001_pos', 'projectid_002_pos', 'projectid_003_pos',
147    'projectquota_001_pos', 'projectquota_002_pos', 'projectquota_003_pos',
148    'projectquota_004_neg', 'projectquota_005_pos', 'projectquota_006_pos',
149    'projectquota_007_pos', 'projectquota_008_pos', 'projectquota_009_pos',
150    'projectspace_001_pos', 'projectspace_002_pos', 'projectspace_003_pos',
151    'projectspace_004_pos',
152    'projecttree_001_pos', 'projecttree_002_pos', 'projecttree_003_neg']
153tags = ['functional', 'projectquota']
154
155[tests/functional/rsend:Linux]
156tests = ['send_realloc_dnode_size', 'send_encrypted_files']
157tags = ['functional', 'rsend']
158
159[tests/functional/snapshot:Linux]
160tests = ['snapshot_015_pos', 'snapshot_016_pos']
161tags = ['functional', 'snapshot']
162
163[tests/functional/tmpfile:Linux]
164tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos',
165    'tmpfile_stat_mode']
166tags = ['functional', 'tmpfile']
167
168[tests/functional/upgrade:Linux]
169tests = ['upgrade_projectquota_001_pos']
170tags = ['functional', 'upgrade']
171
172[tests/functional/user_namespace:Linux]
173tests = ['user_namespace_001']
174tags = ['functional', 'user_namespace']
175
176[tests/functional/userquota:Linux]
177tests = ['groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos',
178    'userquota_013_pos', 'userspace_003_pos']
179tags = ['functional', 'userquota']
180