xref: /illumos-gate/usr/src/test/os-tests/runfiles/default.run (revision 5d9d9091f564c198a760790b0bfa72c44e17912b)
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]
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/ucontext.32]
43[/opt/os-tests/tests/ucontext.64]
44
45[/opt/os-tests/tests/secflags]
46user = root
47tests = ['secflags_aslr',
48         'secflags_core',
49         'secflags_dts',
50         'secflags_elfdump',
51         'secflags_forbidnullmap',
52         'secflags_limits',
53         'secflags_noexecstack',
54         'secflags_proc',
55         'secflags_psecflags',
56         'secflags_syscall',
57         'secflags_truss',
58         'secflags_zonecfg']
59
60[/opt/os-tests/tests/signalfd]
61tests = ['basic_args', 'basic_read', 'multipoll']
62
63[/opt/os-tests/tests/sigqueue]
64tests = ['sigqueue_queue_size']
65
66[/opt/os-tests/tests/sdevfs]
67user = root
68tests = ['sdevfs_eisdir']
69
70[/opt/os-tests/tests/stress]
71user = root
72tests = ['dladm-kstat']
73
74[/opt/os-tests/tests/timer]
75user = root
76tests = ['timer_limit']
77
78[/opt/os-tests/tests/file-locking]
79tests = ['runtests.32', 'runtests.64']
80
81[/opt/os-tests/tests/sockfs]
82user = root
83tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'rights.32', 'rights.64',
84         'sockpair', 'recvmsg.32', 'recvmsg.64']
85
86[/opt/os-tests/tests/syscall]
87tests = ['fchmodat.32', 'fchmodat.64', 'open.32', 'open.64']
88
89[/opt/os-tests/tests/pf_key]
90user = root
91timeout = 180
92tests = ['acquire-compare', 'kmc-update', '15146']
93
94[/opt/os-tests/tests/ddi_ufm]
95user = root
96tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup']
97
98[/opt/os-tests/tests/definit/definit]
99
100[/opt/os-tests/tests/i386]
101user = root
102arch = i86pc
103timeout = 300
104tests = ['ldt', 'badseg']
105
106[/opt/os-tests/tests/writev.32]
107[/opt/os-tests/tests/writev.64]
108
109[/opt/os-tests/tests/imc_test]
110arch = i86pc
111
112#
113# Except atrparse all tests require special hardware (CCID YubiKey) to run,
114# hence they aren't included in the default runfile.
115#
116[/opt/os-tests/tests/uccid]
117arch = i86pc
118tests = ['atrparse']
119
120[/opt/os-tests/tests/libtopo]
121user = root
122tests = ['digraph-test']
123
124#
125# Only the ksensor functional tests are included in the run file.
126# The stress test is designed to be run separately.
127#
128[/opt/os-tests/tests/ksensor]
129pre_user = root
130user = root
131post_user = root
132pre = ksensor_init
133tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32',
134    'ksensor_err.64' ]
135post = ksensor_fini
136
137[/opt/os-tests/tests/stackalign]
138tests = ['stackalign.32', 'stackalign.64']
139
140[/opt/os-tests/tests/cores]
141user = root
142pre = core_prereqs
143tests = ['coretests']
144
145[/opt/os-tests/tests/zen_umc_test]
146
147[/opt/os-tests/tests/portfs]
148tests = ['file_assoc.32', 'file_assoc.64']
149
150[/opt/os-tests/tests/regression]
151tests = [
152	'illumos-15031',
153	'illumos-15036'
154	]
155