xref: /illumos-gate/usr/src/test/os-tests/runfiles/default.run (revision 204eecd741aeb173ccbd0761993ea21a279d1e00)
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 2024 Oxide Computer Company
18# Copyright 2022 MNX Cloud, Inc.
19#
20
21[DEFAULT]
22pre =
23verbose = False
24quiet = False
25timeout = 60
26post =
27outputdir = /var/tmp/test_results
28
29[/opt/os-tests/tests/poll_test]
30user = root
31tests = ['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/statvfs.32]
43[/opt/os-tests/tests/statvfs.64]
44[/opt/os-tests/tests/syncfs.32]
45[/opt/os-tests/tests/syncfs.64]
46
47[/opt/os-tests/tests/ucontext.32]
48[/opt/os-tests/tests/ucontext.64]
49[/opt/os-tests/tests/getcontext_extd.32]
50[/opt/os-tests/tests/getcontext_extd.64]
51
52[/opt/os-tests/tests/secflags]
53user = root
54tests = ['secflags_aslr',
55         'secflags_core',
56         'secflags_dts',
57         'secflags_elfdump',
58         'secflags_forbidnullmap',
59         'secflags_limits',
60         'secflags_noexecstack',
61         'secflags_proc',
62         'secflags_psecflags',
63         'secflags_syscall',
64         'secflags_truss',
65         'secflags_zonecfg']
66
67[/opt/os-tests/tests/signalfd]
68tests = ['basic_args', 'basic_read', 'multipoll']
69
70[/opt/os-tests/tests/sigqueue]
71tests = ['sigqueue_queue_size']
72
73[/opt/os-tests/tests/sdevfs]
74user = root
75tests = ['sdevfs_eisdir']
76
77[/opt/os-tests/tests/stress]
78user = root
79tests = ['dladm-kstat']
80
81[/opt/os-tests/tests/timer]
82user = root
83tests = ['timer_limit']
84
85[/opt/os-tests/tests/file-locking]
86tests = ['runtests.32', 'runtests.64']
87
88[/opt/os-tests/tests/sockfs]
89user = root
90tests = ['conn',
91         'dgram',
92         'drop_priv',
93         'nosignal',
94         'recvmsg.32',
95         'recvmsg.64',
96         'rights.32',
97         'rights.64',
98         'so_protocol',
99         'sockpair',
100         'timeouts.32',
101         'timeouts.64']
102
103[/opt/os-tests/tests/syscall]
104tests = ['fchmodat.32', 'fchmodat.64', 'open.32', 'open.64']
105
106[/opt/os-tests/tests/pf_key]
107user = root
108timeout = 180
109tests = ['acquire-compare', 'kmc-update', '15146']
110
111[/opt/os-tests/tests/ddi_ufm]
112user = root
113tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup']
114
115[/opt/os-tests/tests/definit/definit]
116
117[/opt/os-tests/tests/ksid]
118tests = ['ksid.32','ksid.64']
119
120[/opt/os-tests/tests/i386]
121user = root
122arch = i86pc
123timeout = 300
124tests = ['ldt', 'badseg']
125
126[/opt/os-tests/tests/writev.32]
127[/opt/os-tests/tests/writev.64]
128
129[/opt/os-tests/tests/imc_test]
130arch = i86pc
131
132#
133# Except atrparse all tests require special hardware (CCID YubiKey) to run,
134# hence they aren't included in the default runfile.
135#
136[/opt/os-tests/tests/uccid]
137arch = i86pc
138tests = ['atrparse']
139
140[/opt/os-tests/tests/libtopo]
141user = root
142tests = ['digraph-test']
143
144#
145# Only the ksensor functional tests are included in the run file.
146# The stress test is designed to be run separately.
147#
148[/opt/os-tests/tests/ksensor]
149pre_user = root
150user = root
151post_user = root
152pre = ksensor_init
153tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32',
154    'ksensor_err.64' ]
155post = ksensor_fini
156
157[/opt/os-tests/tests/stackalign]
158tests = ['stackalign.32', 'stackalign.64']
159
160[/opt/os-tests/tests/cores]
161user = root
162pre = core_prereqs
163tests = ['coretests']
164
165[/opt/os-tests/tests/zen_umc_test]
166
167[/opt/os-tests/tests/portfs]
168tests = ['file_assoc.32', 'file_assoc.64']
169
170[/opt/os-tests/tests/regression]
171tests = [
172	'illumos-15031',
173	'illumos-15036'
174	]
175
176#
177# The following tests all represent tests that require the xsave feature
178# set. These are all x86 specific. The use of arch=i86pc below doesn't
179# really represent things that can be run on x86 regardless of the
180# platform and when the test runner gains support for specifying that,
181# use that instead. This would be split into two groups, but that isn't
182# supported, so everything ends up being run as root for the sake of the
183# xsave_baducontext test.
184#
185[/opt/os-tests/tests/xsave]
186arch = i86pc
187pre = xsu_hwtype.64
188user = root
189tests = [ 'bad_xregs.32', 'bad_xregs.64', 'mdb_xregs', 'proc_writes',
190    'setcontext_replace.32', 'setcontext_replace.64', 'setcontext_restore.32',
191    'setcontext_restore.64', 'signal_restore.32', 'signal_restore.64',
192    'xregs_roundtrip.32', 'xregs_roundtrip.64', 'xsave_baducontext',
193    'fpregs_xbv.32', 'fpregs_xbv.64', 'swapcontext_extd.32',
194    'swapcontext_extd.64' ]
195
196[/opt/os-tests/tests/hexdump]
197tests = ['hexdump_basic.32', 'hexdump_basic.64']
198
199[/opt/os-tests/tests/ilstr]
200tests = ['ilstr_basic.32', 'ilstr_basic.64']
201
202[/opt/os-tests/tests/execve]
203tests = ['execvpe-test.32', 'execvpe-test.64']
204
205[/opt/os-tests/tests/minttl]
206user = root
207tests = ['minttl', 'minttl_err']
208
209[/opt/os-tests/tests/tcpsig]
210pre_user = root
211post_user = root
212pre = tcpsig_init
213tests = ['tcpsig']
214post = tcpsig_fini
215
216[/opt/os-tests/tests/fifo-tvnsec.32]
217[/opt/os-tests/tests/fifo-tvnsec.64]
218
219[/opt/os-tests/tests/saveargs/functional/functional]
220arch = i86pc
221
222[/opt/os-tests/tests/saveargs/testmatch/testmatch]
223arch = i86pc
224
225[/opt/os-tests/tests/oclo]
226tests = ['oclo', 'oclo_errors']
227