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