]> git.proxmox.com Git - mirror_zfs.git/blob - tests/runfiles/linux.run
Move platform independent tests to a shared runfile
[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 outputdir = /var/tmp/test_results
21 tags = ['functional']
22
23 [tests/functional/acl/posix:Linux]
24 tests = ['posix_001_pos', 'posix_002_pos', 'posix_003_pos']
25 tags = ['functional', 'acl', 'posix']
26
27 [tests/functional/arc:Linux]
28 tests = ['dbufstats_001_pos', 'dbufstats_002_pos', 'dbufstats_003_pos']
29 tags = ['functional', 'arc']
30
31 [tests/functional/atime:Linux]
32 tests = ['root_relatime_on']
33 tags = ['functional', 'atime']
34
35 [tests/functional/chattr:Linux]
36 tests = ['chattr_001_pos', 'chattr_002_neg']
37 tags = ['functional', 'chattr']
38
39 [tests/functional/cli_root/zfs:Linux]
40 tests = ['zfs_003_neg']
41 tags = ['functional', 'cli_root', 'zfs']
42
43 [tests/functional/cli_root/zfs_mount:Linux]
44 tests = ['zfs_mount_006_pos', 'zfs_mount_008_pos', 'zfs_multi_mount']
45 tags = ['functional', 'cli_root', 'zfs_mount']
46
47 [tests/functional/cli_root/zpool_events:Linux]
48 tests = ['zpool_events_clear', 'zpool_events_cliargs', 'zpool_events_follow',
49 'zpool_events_poolname', 'zpool_events_errors']
50 tags = ['functional', 'cli_root', 'zpool_events']
51
52 [tests/functional/compression:Linux]
53 tests = ['compress_004_pos']
54 tags = ['functional', 'compression']
55
56 [tests/functional/deadman:Linux]
57 tests = ['deadman_sync', 'deadman_zio']
58 pre =
59 post =
60 tags = ['functional', 'deadman']
61
62 [tests/functional/devices:Linux]
63 tests = ['devices_001_pos', 'devices_002_neg', 'devices_003_pos']
64 tags = ['functional', 'devices']
65
66 [tests/functional/events:Linux]
67 tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter']
68 tags = ['functional', 'events']
69
70 [tests/functional/fault:Linux]
71 tests = ['auto_spare_ashift', 'scrub_after_resilver', 'zpool_status_-s']
72 tags = ['functional', 'fault']
73
74 [tests/functional/features/large_dnode:Linux]
75 tests = ['large_dnode_002_pos', 'large_dnode_006_pos', 'large_dnode_008_pos']
76 tags = ['functional', 'features', 'large_dnode']
77
78 [tests/functional/io:Linux]
79 tests = ['libaio']
80 tags = ['functional', 'io']
81
82 [tests/functional/mmap:Linux]
83 tests = ['mmap_libaio_001_pos']
84 tags = ['functional', 'mmap']
85
86 [tests/functional/projectquota:Linux]
87 tests = ['projectid_001_pos', 'projectid_002_pos', 'projectid_003_pos',
88 'projectquota_001_pos', 'projectquota_002_pos', 'projectquota_003_pos',
89 'projectquota_004_neg', 'projectquota_005_pos', 'projectquota_006_pos',
90 'projectquota_007_pos', 'projectquota_008_pos', 'projectquota_009_pos',
91 'projectspace_001_pos', 'projectspace_002_pos', 'projectspace_003_pos',
92 'projectspace_004_pos',
93 'projecttree_001_pos', 'projecttree_002_pos', 'projecttree_003_neg']
94 tags = ['functional', 'projectquota']
95
96 [tests/functional/rsend:Linux]
97 tests = ['send_realloc_dnode_size', 'send_encrypted_files']
98 tags = ['functional', 'rsend']
99
100 [tests/functional/snapshot:Linux]
101 tests = ['snapshot_015_pos', 'snapshot_016_pos']
102 tags = ['functional', 'snapshot']
103
104 [tests/functional/upgrade:Linux]
105 tests = ['upgrade_projectquota_001_pos']
106 tags = ['functional', 'upgrade']
107
108 [tests/functional/userquota:Linux]
109 tests = ['groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos',
110 'userquota_013_pos', 'userspace_003_pos']
111 tags = ['functional', 'userquota']
112
113 [tests/functional/xattr:Linux]
114 tests = ['xattr_001_pos', 'xattr_002_neg', 'xattr_003_neg', 'xattr_004_pos',
115 'xattr_005_pos', 'xattr_006_pos', 'xattr_007_neg', 'xattr_008_pos',
116 'xattr_009_neg', 'xattr_010_neg', 'xattr_011_pos', 'xattr_012_pos',
117 'xattr_013_pos']
118 tags = ['functional', 'xattr']