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