]> git.proxmox.com Git - mirror_zfs.git/blob - tests/runfiles/linux.run
Remove dependency on sharetab file and refactor sharing logic
[mirror_zfs.git] / tests / runfiles / linux.run
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]
13 pre = setup
14 quiet = False
15 pre_user = root
16 user = root
17 timeout = 600
18 post_user = root
19 post = cleanup
20 failsafe_user = root
21 failsafe = callbacks/zfs_failsafe
22 outputdir = /var/tmp/test_results
23 tags = ['functional']
24
25 [tests/functional/acl/posix:Linux]
26 tests = ['posix_001_pos', 'posix_002_pos', 'posix_003_pos']
27 tags = ['functional', 'acl', 'posix']
28
29 [tests/functional/arc:Linux]
30 tests = ['dbufstats_001_pos', 'dbufstats_002_pos', 'dbufstats_003_pos',
31 'arcstats_runtime_tuning']
32 tags = ['functional', 'arc']
33
34 [tests/functional/atime:Linux]
35 tests = ['atime_003_pos', 'root_relatime_on']
36 tags = ['functional', 'atime']
37
38 [tests/functional/chattr:Linux]
39 tests = ['chattr_001_pos', 'chattr_002_neg']
40 tags = ['functional', 'chattr']
41
42 [tests/functional/checksum:Linux]
43 tests = ['run_edonr_test']
44 tags = ['functional', 'checksum']
45
46 [tests/functional/cli_root/zfs:Linux]
47 tests = ['zfs_003_neg']
48 tags = ['functional', 'cli_root', 'zfs']
49
50 [tests/functional/cli_root/zfs_mount:Linux]
51 tests = ['zfs_mount_006_pos', 'zfs_mount_008_pos', 'zfs_multi_mount']
52 tags = ['functional', 'cli_root', 'zfs_mount']
53
54 [tests/functional/cli_root/zfs_share:Linux]
55 tests = ['zfs_share_005_pos', 'zfs_share_007_neg', 'zfs_share_009_neg']
56 tags = ['functional', 'cli_root', 'zfs_share']
57
58 [tests/functional/cli_root/zfs_sysfs:Linux]
59 tests = ['zfeature_set_unsupported', 'zfs_get_unsupported',
60 'zfs_set_unsupported', 'zfs_sysfs_live', 'zpool_get_unsupported',
61 'zpool_set_unsupported']
62 tags = ['functional', 'cli_root', 'zfs_sysfs']
63
64 [tests/functional/cli_root/zpool_add:Linux]
65 tests = ['add_nested_replacing_spare']
66 tags = ['functional', 'cli_root', 'zpool_add']
67
68 [tests/functional/cli_root/zpool_expand:Linux]
69 tests = ['zpool_expand_001_pos', 'zpool_expand_002_pos',
70 'zpool_expand_003_neg', 'zpool_expand_004_pos', 'zpool_expand_005_pos']
71 tags = ['functional', 'cli_root', 'zpool_expand']
72
73 [tests/functional/cli_root/zpool_reopen:Linux]
74 tests = ['zpool_reopen_001_pos', 'zpool_reopen_002_pos',
75 'zpool_reopen_003_pos', 'zpool_reopen_004_pos', 'zpool_reopen_005_pos',
76 'zpool_reopen_006_neg', 'zpool_reopen_007_pos']
77 tags = ['functional', 'cli_root', 'zpool_reopen']
78
79 [tests/functional/cli_root/zpool_split:Linux]
80 tests = ['zpool_split_wholedisk']
81 tags = ['functional', 'cli_root', 'zpool_split']
82
83 [tests/functional/compression:Linux]
84 tests = ['compress_004_pos']
85 tags = ['functional', 'compression']
86
87 [tests/functional/deadman:Linux]
88 tests = ['deadman_sync', 'deadman_zio']
89 pre =
90 post =
91 tags = ['functional', 'deadman']
92
93 [tests/functional/devices:Linux]
94 tests = ['devices_001_pos', 'devices_002_neg', 'devices_003_pos']
95 tags = ['functional', 'devices']
96
97 [tests/functional/events:Linux]
98 tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter']
99 tags = ['functional', 'events']
100
101 [tests/functional/fallocate:Linux]
102 tests = ['fallocate_prealloc', 'fallocate_punch-hole']
103 tags = ['functional', 'fallocate']
104
105 [tests/functional/fault:Linux]
106 tests = ['auto_offline_001_pos', 'auto_online_001_pos', 'auto_replace_001_pos',
107 'auto_spare_001_pos', 'auto_spare_002_pos', 'auto_spare_multiple',
108 'auto_spare_ashift', 'auto_spare_shared', 'decrypt_fault',
109 'decompress_fault', 'scrub_after_resilver', 'zpool_status_-s']
110 tags = ['functional', 'fault']
111
112 [tests/functional/features/large_dnode:Linux]
113 tests = ['large_dnode_002_pos', 'large_dnode_006_pos', 'large_dnode_008_pos']
114 tags = ['functional', 'features', 'large_dnode']
115
116 [tests/functional/io:Linux]
117 tests = ['libaio']
118 tags = ['functional', 'io']
119
120 [tests/functional/mmap:Linux]
121 tests = ['mmap_libaio_001_pos']
122 tags = ['functional', 'mmap']
123
124 [tests/functional/mmp:Linux]
125 tests = ['mmp_on_thread', 'mmp_on_uberblocks', 'mmp_on_off', 'mmp_interval',
126 'mmp_active_import', 'mmp_inactive_import', 'mmp_exported_import',
127 'mmp_write_uberblocks', 'mmp_reset_interval', 'multihost_history',
128 'mmp_on_zdb', 'mmp_write_distribution', 'mmp_hostid']
129 tags = ['functional', 'mmp']
130
131 [tests/functional/mount:Linux]
132 tests = ['umount_unlinked_drain']
133 tags = ['functional', 'mount']
134
135 [tests/functional/pam:Linux]
136 tests = ['pam_basic', 'pam_nounmount']
137 tags = ['functional', 'pam']
138
139 [tests/functional/procfs:Linux]
140 tests = ['procfs_list_basic', 'procfs_list_concurrent_readers',
141 'procfs_list_stale_read', 'pool_state']
142 tags = ['functional', 'procfs']
143
144 [tests/functional/projectquota:Linux]
145 tests = ['projectid_001_pos', 'projectid_002_pos', 'projectid_003_pos',
146 'projectquota_001_pos', 'projectquota_002_pos', 'projectquota_003_pos',
147 'projectquota_004_neg', 'projectquota_005_pos', 'projectquota_006_pos',
148 'projectquota_007_pos', 'projectquota_008_pos', 'projectquota_009_pos',
149 'projectspace_001_pos', 'projectspace_002_pos', 'projectspace_003_pos',
150 'projectspace_004_pos',
151 'projecttree_001_pos', 'projecttree_002_pos', 'projecttree_003_neg']
152 tags = ['functional', 'projectquota']
153
154 [tests/functional/rsend:Linux]
155 tests = ['send_realloc_dnode_size', 'send_encrypted_files']
156 tags = ['functional', 'rsend']
157
158 [tests/functional/snapshot:Linux]
159 tests = ['snapshot_015_pos', 'snapshot_016_pos']
160 tags = ['functional', 'snapshot']
161
162 [tests/functional/tmpfile:Linux]
163 tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos',
164 'tmpfile_stat_mode']
165 tags = ['functional', 'tmpfile']
166
167 [tests/functional/upgrade:Linux]
168 tests = ['upgrade_projectquota_001_pos']
169 tags = ['functional', 'upgrade']
170
171 [tests/functional/user_namespace:Linux]
172 tests = ['user_namespace_001']
173 tags = ['functional', 'user_namespace']
174
175 [tests/functional/userquota:Linux]
176 tests = ['groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos',
177 'userquota_013_pos', 'userspace_003_pos']
178 tags = ['functional', 'userquota']