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 #
13 # Copyright (c) 2012 by Delphix. All rights reserved.
14 # Copyright 2020 Joyent, Inc.
15 # Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
16 # Copyright 2021 Tintri by DDN, Inc. All rights reserved.
17 # Copyright 2023 Oxide Computer Company
18 # Copyright 2022 MNX Cloud, Inc.
19 #
20
21 [DEFAULT]
22 pre =
23 verbose = False
24 quiet = False
25 timeout = 60
26 post =
27 outputdir = /var/tmp/test_results
28
29 [/opt/os-tests/tests/poll]
30 user = root
31 tests = ['poll_test', 'epoll_test']
32
33 [/opt/os-tests/tests/eventfd.32]
34 [/opt/os-tests/tests/eventfd.64]
35
36 [/opt/os-tests/tests/odirectory.32]
37 [/opt/os-tests/tests/odirectory.64]
38
39 [/opt/os-tests/tests/clock_gettime.32]
40 [/opt/os-tests/tests/clock_gettime.64]
41
42 [/opt/os-tests/tests/ucontext.32]
43 [/opt/os-tests/tests/ucontext.64]
44 [/opt/os-tests/tests/getcontext_extd.32]
45 [/opt/os-tests/tests/getcontext_extd.64]
46
47 [/opt/os-tests/tests/secflags]
48 user = root
49 tests = ['secflags_aslr',
50 'secflags_core',
51 'secflags_dts',
52 'secflags_elfdump',
53 'secflags_forbidnullmap',
54 'secflags_limits',
55 'secflags_noexecstack',
56 'secflags_proc',
57 'secflags_psecflags',
58 'secflags_syscall',
59 'secflags_truss',
60 'secflags_zonecfg']
61
62 [/opt/os-tests/tests/signalfd]
63 tests = ['basic_args', 'basic_read', 'multipoll']
64
65 [/opt/os-tests/tests/sigqueue]
66 tests = ['sigqueue_queue_size']
67
68 [/opt/os-tests/tests/sdevfs]
69 user = root
70 tests = ['sdevfs_eisdir']
71
72 [/opt/os-tests/tests/tmpfs]
73 user = root
74 tests = ['tmpfs_badmount', 'tmpfs_enospc']
75
76 [/opt/os-tests/tests/stress]
77 user = root
78 tests = ['dladm-kstat']
79
80 [/opt/os-tests/tests/timer]
81 user = root
82 tests = ['timer_limit']
83
84 [/opt/os-tests/tests/file-locking]
85 tests = ['runtests.32', 'runtests.64']
86
87 [/opt/os-tests/tests/sockfs]
88 user = root
89 tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'rights.32', 'rights.64',
90 'sockpair', 'recvmsg.32', 'recvmsg.64']
91
92 [/opt/os-tests/tests/syscall]
93 tests = ['fchmodat.32', 'fchmodat.64', 'open.32', 'open.64']
94
95 [/opt/os-tests/tests/pf_key]
96 user = root
97 timeout = 180
98 tests = ['acquire-compare', 'kmc-update', '15146']
99
100 [/opt/os-tests/tests/OS-6097.32]
101 [/opt/os-tests/tests/OS-6097.64]
102
103 [/opt/os-tests/tests/ddi_ufm]
104 user = root
105 tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup']
106
107 [/opt/os-tests/tests/definit/definit]
108
109 [/opt/os-tests/tests/i386]
110 user = root
111 arch = i86pc
112 timeout = 300
113 tests = ['ldt', 'badseg']
114
115 [/opt/os-tests/tests/writev.32]
116 [/opt/os-tests/tests/writev.64]
117
118 [/opt/os-tests/tests/imc_test]
119 arch = i86pc
120
121 #
122 # Except atrparse all tests require special hardware (CCID YubiKey) to run,
123 # hence they aren't included in the default runfile.
124 #
125 [/opt/os-tests/tests/uccid]
126 arch = i86pc
127 tests = ['atrparse']
128
129 [/opt/os-tests/tests/libtopo]
130 user = root
131 tests = ['digraph-test']
132
133 #
134 # Only the ksensor functional tests are included in the run file.
135 # The stress test is designed to be run separately.
136 #
137 [/opt/os-tests/tests/ksensor]
138 pre_user = root
139 user = root
140 post_user = root
141 pre = ksensor_init
142 tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32',
143 'ksensor_err.64' ]
144 post = ksensor_fini
145
146 [/opt/os-tests/tests/stackalign]
147 tests = ['stackalign.32', 'stackalign.64']
148
149 [/opt/os-tests/tests/cores]
150 user = root
151 pre = core_prereqs
152 tests = ['coretests']
153
154 [/opt/os-tests/tests/zen_umc_test]
155
156 [/opt/os-tests/tests/portfs]
157 tests = ['file_assoc.32', 'file_assoc.64']
158
159 [/opt/os-tests/tests/regression]
160 tests = [
161 'illumos-15031',
162 'illumos-15036'
163 ]
164
165 #
166 # The following tests all represent tests that require the xsave feature
167 # set. These are all x86 specific. The use of arch=i86pc below doesn't
168 # really represent things that can be run on x86 regardless of the
169 # platform and when the test runner gains support for specifying that,
170 # use that instead. This would be split into two groups, but that isn't
171 # supported, so everything ends up being run as root for the sake of the
172 # xsave_baducontext test.
173 #
174 [/opt/os-tests/tests/xsave]
175 arch = i86pc
176 pre = xsu_hwtype.64
177 user = root
178 tests = [ 'bad_xregs.32', 'bad_xregs.64', 'mdb_xregs', 'proc_writes',
179 'setcontext_replace.32', 'setcontext_replace.64', 'setcontext_restore.32',
180 'setcontext_restore.64', 'signal_restore.32', 'signal_restore.64',
181 'xregs_roundtrip.32', 'xregs_roundtrip.64', 'xsave_baducontext',
182 'fpregs_xbv.32', 'fpregs_xbv.64', 'swapcontext_extd.32',
183 'swapcontext_extd.64' ]