xref: /illumos-gate/usr/src/test/os-tests/runfiles/default.run (revision 068cf9dc70b00292d5e5ff1ab17f1b046215d6f6)
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', 'dgram', 'drop_priv', 'nosignal', 'rights.32', 'rights.64',
91         'sockpair', 'recvmsg.32', 'recvmsg.64', 'so_protocol']
92
93[/opt/os-tests/tests/syscall]
94tests = ['fchmodat.32', 'fchmodat.64', 'open.32', 'open.64']
95
96[/opt/os-tests/tests/pf_key]
97user = root
98timeout = 180
99tests = ['acquire-compare', 'kmc-update', '15146']
100
101[/opt/os-tests/tests/ddi_ufm]
102user = root
103tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup']
104
105[/opt/os-tests/tests/definit/definit]
106
107[/opt/os-tests/tests/ksid]
108tests = ['ksid.32','ksid.64']
109
110[/opt/os-tests/tests/i386]
111user = root
112arch = i86pc
113timeout = 300
114tests = ['ldt', 'badseg']
115
116[/opt/os-tests/tests/writev.32]
117[/opt/os-tests/tests/writev.64]
118
119[/opt/os-tests/tests/imc_test]
120arch = i86pc
121
122#
123# Except atrparse all tests require special hardware (CCID YubiKey) to run,
124# hence they aren't included in the default runfile.
125#
126[/opt/os-tests/tests/uccid]
127arch = i86pc
128tests = ['atrparse']
129
130[/opt/os-tests/tests/libtopo]
131user = root
132tests = ['digraph-test']
133
134#
135# Only the ksensor functional tests are included in the run file.
136# The stress test is designed to be run separately.
137#
138[/opt/os-tests/tests/ksensor]
139pre_user = root
140user = root
141post_user = root
142pre = ksensor_init
143tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32',
144    'ksensor_err.64' ]
145post = ksensor_fini
146
147[/opt/os-tests/tests/stackalign]
148tests = ['stackalign.32', 'stackalign.64']
149
150[/opt/os-tests/tests/cores]
151user = root
152pre = core_prereqs
153tests = ['coretests']
154
155[/opt/os-tests/tests/zen_umc_test]
156
157[/opt/os-tests/tests/portfs]
158tests = ['file_assoc.32', 'file_assoc.64']
159
160[/opt/os-tests/tests/regression]
161tests = [
162	'illumos-15031',
163	'illumos-15036'
164	]
165
166#
167# The following tests all represent tests that require the xsave feature
168# set. These are all x86 specific. The use of arch=i86pc below doesn't
169# really represent things that can be run on x86 regardless of the
170# platform and when the test runner gains support for specifying that,
171# use that instead. This would be split into two groups, but that isn't
172# supported, so everything ends up being run as root for the sake of the
173# xsave_baducontext test.
174#
175[/opt/os-tests/tests/xsave]
176arch = i86pc
177pre = xsu_hwtype.64
178user = root
179tests = [ 'bad_xregs.32', 'bad_xregs.64', 'mdb_xregs', 'proc_writes',
180    'setcontext_replace.32', 'setcontext_replace.64', 'setcontext_restore.32',
181    'setcontext_restore.64', 'signal_restore.32', 'signal_restore.64',
182    'xregs_roundtrip.32', 'xregs_roundtrip.64', 'xsave_baducontext',
183    'fpregs_xbv.32', 'fpregs_xbv.64', 'swapcontext_extd.32',
184    'swapcontext_extd.64' ]
185
186[/opt/os-tests/tests/ilstr]
187tests = ['ilstr_basic.32', 'ilstr_basic.64']
188
189[/opt/os-tests/tests/execve]
190tests = ['execvpe-test.32', 'execvpe-test.64']
191
192[/opt/os-tests/tests/minttl]
193user = root
194tests = ['minttl', 'minttl_err']
195
196[/opt/os-tests/tests/tcpsig]
197pre_user = root
198post_user = root
199pre = tcpsig_init
200tests = ['tcpsig']
201post = tcpsig_fini
202
203[/opt/os-tests/tests/fifo-tvnsec.32]
204[/opt/os-tests/tests/fifo-tvnsec.64]
205
206[/opt/os-tests/tests/saveargs/functional/functional]
207arch = i86pc
208
209[/opt/os-tests/tests/saveargs/testmatch/testmatch]
210arch = i86pc
211
212[/opt/os-tests/tests/oclo]
213tests = ['oclo', 'oclo_errors']
214